diff options
Diffstat (limited to 'archivers/lha/files/patch-lha_macro.h')
-rw-r--r-- | archivers/lha/files/patch-lha_macro.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/archivers/lha/files/patch-lha_macro.h b/archivers/lha/files/patch-lha_macro.h new file mode 100644 index 000000000000..3f7bd608f68c --- /dev/null +++ b/archivers/lha/files/patch-lha_macro.h @@ -0,0 +1,22 @@ +--- src/lha_macro.h.orig 2000-10-04 14:57:38 UTC ++++ src/lha_macro.h +@@ -53,9 +53,10 @@ + #define SEEK_SET 0 + #define SEEK_CUR 1 + #define SEEK_END 2 +-#endif /* SEEK_SET ++#endif /* SEEK_SET */ + + ++#if 0 + /* non-integral functions */ + extern struct tm *localtime(); + extern char *getenv(); +@@ -69,6 +70,7 @@ extern char *realloc(); + + /* external variables */ + extern int errno; ++#endif + + #define FALSE 0 + #define TRUE 1 |