You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
175 B

  1. --- a/src/yacc_config.y
  2. +++ b/src/yacc_config.y
  3. @@ -40,7 +40,7 @@
  4. %union {
  5. char *str;
  6. - u_long num;
  7. + unsigned long num;
  8. struct adjust_list_t *adjust;
  9. }