mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
pcmciautils: import from oldpackages
-import from oldpackages -add PKG_LICENSE, PKG_LICENSE_FILES, PKG_MAINTAINER -add two build fix patches Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user