diff options
author | hubertf <hubertf> | 1997-10-27 01:10:04 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-10-27 01:10:04 +0000 |
commit | c45fee23217fb3e11354f93886c203f804e6b303 (patch) | |
tree | e67d72ba7891a8a9f01deef4694591363b13df43 /misc | |
parent | 40314bc4a8ccc9d4a17885c1e8a37182e549ad62 (diff) | |
download | pkgsrc-c45fee23217fb3e11354f93886c203f804e6b303.tar.gz |
We are NetBSD! We got no <sys/stdtypes.h>!
Diffstat (limited to 'misc')
-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 |