diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-27 01:10:04 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-27 01:10:04 +0000 |
commit | 508a92d87e4f1a289121e010f51404dc6fd5f586 (patch) | |
tree | e67d72ba7891a8a9f01deef4694591363b13df43 /misc/rpm | |
parent | 29e0fbaa3374c82fe9256a8623f3adba29d7c933 (diff) | |
download | pkgsrc-508a92d87e4f1a289121e010f51404dc6fd5f586.tar.gz |
We are NetBSD! We got no <sys/stdtypes.h>!
Diffstat (limited to 'misc/rpm')
-rw-r--r-- | misc/rpm/patches/patch-ac | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/misc/rpm/patches/patch-ac b/misc/rpm/patches/patch-ac index d1ea9e9e6a1..d69ee744133 100644 --- a/misc/rpm/patches/patch-ac +++ b/misc/rpm/patches/patch-ac @@ -1,5 +1,5 @@ ---- misc/miscfn.h.orig Fri Jun 27 23:55:33 1997 -+++ misc/miscfn.h Wed Jul 2 14:31:14 1997 +--- misc/miscfn.h.orig Fri Oct 10 23:29:41 1997 ++++ misc/miscfn.h Sun Oct 26 04:19:51 1997 @@ -2,6 +2,7 @@ #define H_MISCFN @@ -8,3 +8,21 @@ #if HAVE_FNMATCH_H #include <fnmatch.h> +@@ -35,13 +36,17 @@ + char *realpath(const char *path, char resolved_path []); + #endif + ++#if 0 + #if NEED_TIMEZONE + #include <sys/stdtypes.h> + extern time_t timezone; + #endif ++#endif + + #if NEED_MYREALLOC ++#if 0 + #include <sys/stdtypes.h> ++#endif + #define realloc(ptr,size) myrealloc(ptr,size) + extern void *myrealloc(void *, size_t); + #endif |