mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 03:50:49 +08:00
12 lines
175 B
Diff
12 lines
175 B
Diff
--- a/src/yacc_config.y
|
|
+++ b/src/yacc_config.y
|
|
@@ -40,7 +40,7 @@
|
|
|
|
%union {
|
|
char *str;
|
|
- u_long num;
|
|
+ unsigned long num;
|
|
struct adjust_list_t *adjust;
|
|
}
|
|
|