diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-08 13:45:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-08 13:45:45 +0000 |
commit | 3fbc29cc89c25d22088f823f70ef6068643a43c1 (patch) | |
tree | be6be6783eb5b38889d61507a0fac5cbbfdcad8e | |
parent | c4101984e88c7c69d61398b8d25ee73c19bb9535 (diff) | |
download | pkgsrc-3fbc29cc89c25d22088f823f70ef6068643a43c1.tar.gz |
Remove some more prototypes which should be used from the system headers
and which conflicted with them on DragonFly.
-rw-r--r-- | mail/deliver/distinfo | 3 | ||||
-rw-r--r-- | mail/deliver/patches/patch-am | 19 |
2 files changed, 21 insertions, 1 deletions
diff --git a/mail/deliver/distinfo b/mail/deliver/distinfo index c542afe796b..66a05a1fc73 100644 --- a/mail/deliver/distinfo +++ b/mail/deliver/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2005/02/24 09:59:21 agc Exp $ +$NetBSD: distinfo,v 1.7 2006/01/08 13:45:45 joerg Exp $ SHA1 (deliver-2.1.14.tar.gz) = 77d591f29b8829b3c347eb107a427ad826ffca99 RMD160 (deliver-2.1.14.tar.gz) = fb3857e952ea7b4b20f3e77b38a4f633434ce533 @@ -15,3 +15,4 @@ SHA1 (patch-ai) = 63e86f1dc5353bfa8519746b48e743614ce6ca46 SHA1 (patch-aj) = 7ccbe4c2420d097608eec6dccf75fcbc7a47247e SHA1 (patch-ak) = d99847ed1cf65c244440fc7b6cb9a3cc4315f832 SHA1 (patch-al) = 5263f4369110e693cfd603cb7e00fa8333589c2b +SHA1 (patch-am) = 31dfa1ba8ae5db753134c3be6ecc78e43aaf3b43 diff --git a/mail/deliver/patches/patch-am b/mail/deliver/patches/patch-am new file mode 100644 index 00000000000..7860d809dbb --- /dev/null +++ b/mail/deliver/patches/patch-am @@ -0,0 +1,19 @@ +$NetBSD: patch-am,v 1.1 2006/01/08 13:45:45 joerg Exp $ + +--- context.c.orig 2006-01-08 13:44:15.000000000 +0000 ++++ context.c +@@ -20,14 +20,6 @@ + #include <pwd.h> + #include <grp.h> + +-extern struct passwd *getpwnam(); +-extern struct passwd *getpwuid(); +- +-extern void setgrent(); +-extern struct group *getgrent(); +-extern struct group *getgrnam(); +-extern struct group *getgrgid(); +- + /* + * Local functions. + */ |