pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/deliver Remove some more prototypes which should ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3bed016bc435
branches:  trunk
changeset: 505840:3bed016bc435
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jan 08 13:45:45 2006 +0000

description:
Remove some more prototypes which should be used from the system headers
and which conflicted with them on DragonFly.

diffstat:

 mail/deliver/distinfo         |   3 ++-
 mail/deliver/patches/patch-am |  19 +++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r af652fb60319 -r 3bed016bc435 mail/deliver/distinfo
--- a/mail/deliver/distinfo     Sun Jan 08 13:43:26 2006 +0000
+++ b/mail/deliver/distinfo     Sun Jan 08 13:45:45 2006 +0000
@@ -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-aj) = 7ccbe4c2420d097608eec6dccf75fcbc7a47247e
 SHA1 (patch-ak) = d99847ed1cf65c244440fc7b6cb9a3cc4315f832
 SHA1 (patch-al) = 5263f4369110e693cfd603cb7e00fa8333589c2b
+SHA1 (patch-am) = 31dfa1ba8ae5db753134c3be6ecc78e43aaf3b43
diff -r af652fb60319 -r 3bed016bc435 mail/deliver/patches/patch-am
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/deliver/patches/patch-am     Sun Jan 08 13:45:45 2006 +0000
@@ -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.
+  */



Home | Main Index | Thread Index | Old Index