Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/archivers/lha/files/patch-lha_macro.h
16147 views
1
--- src/lha_macro.h.orig 2000-10-04 14:57:38 UTC
2
+++ src/lha_macro.h
3
@@ -53,9 +53,10 @@
4
#define SEEK_SET 0
5
#define SEEK_CUR 1
6
#define SEEK_END 2
7
-#endif /* SEEK_SET
8
+#endif /* SEEK_SET */
9
10
11
+#if 0
12
/* non-integral functions */
13
extern struct tm *localtime();
14
extern char *getenv();
15
@@ -69,6 +70,7 @@ extern char *realloc();
16
17
/* external variables */
18
extern int errno;
19
+#endif
20
21
#define FALSE 0
22
#define TRUE 1
23
24