diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-03-12 08:22:59 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-03-12 08:22:59 +0000 |
commit | 3c153e908362d034e6c9727a37a925b4ad0fa9dd (patch) | |
tree | 3cd79ae0cc53347ae51cc9103a49ac4ac1da7026 /security/apg/patches | |
parent | d6b74e06fdf887b6fc296e19505150e5328c2e79 (diff) | |
download | pkgsrc-3c153e908362d034e6c9727a37a925b4ad0fa9dd.tar.gz |
Update apg to 1.2.13:
apg-1.2.13
Added support for NetBSD.
(Thanks to Tomasz Luchowski <zuntum@eik.pl>).
Diffstat (limited to 'security/apg/patches')
-rw-r--r-- | security/apg/patches/patch-ab | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/security/apg/patches/patch-ab b/security/apg/patches/patch-ab deleted file mode 100644 index 74aae0965ca..00000000000 --- a/security/apg/patches/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2001/03/05 23:21:03 hubertf Exp $ - ---- apg.c.orig Thu Feb 22 12:00:10 2001 -+++ apg.c -@@ -35,6 +35,9 @@ - #include <strings.h> - #include <string.h> - #include <time.h> -+#ifdef __NetBSD__ -+#include <unistd.h> -+#endif - #define MAX_MODE_LENGTH 5 - - #ifndef _XOPEN_SOURCE |