pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/srp_client Do not declare static functions in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10631c42415a
branches:  trunk
changeset: 530319:10631c42415a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Jun 23 08:25:30 2007 +0000

description:
Do not declare static functions in headers.

diffstat:

 security/srp_client/distinfo         |   3 ++-
 security/srp_client/patches/patch-ae |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 52c22db9ff55 -r 10631c42415a security/srp_client/distinfo
--- a/security/srp_client/distinfo      Sat Jun 23 08:07:24 2007 +0000
+++ b/security/srp_client/distinfo      Sat Jun 23 08:25:30 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2006/05/09 19:24:24 joerg Exp $
+$NetBSD: distinfo,v 1.9 2007/06/23 08:25:30 minskim Exp $
 
 SHA1 (srp-1.4.4.tar.gz) = 56b8b3c29bee2b995b74acb5303dab326265f9b3
 RMD160 (srp-1.4.4.tar.gz) = b55cc6c8c0128d1ad49e4a553a696f59fcf838df
@@ -7,6 +7,7 @@
 SHA1 (patch-ab) = cba14830f3dcae42c814d9ccb19cbdb5464eabb0
 SHA1 (patch-ac) = e36400de37b9b8c7f641cdbe44a46253e65a081d
 SHA1 (patch-ad) = d9869838822ab8d43c10dd1d8242f9ee49f857d7
+SHA1 (patch-ae) = 0c7d48d8f6afaa1cf7173fcef76ca978a70a7e33
 SHA1 (patch-af) = 4a5d21b667f39cfba61478614f4497710463aa06
 SHA1 (patch-ag) = 81eff66b05d11a943e9b66b9e31904d612eca449
 SHA1 (patch-ah) = 914544e6a2ae6c07be03ac8c5c46f9d996e8f3a5
diff -r 52c22db9ff55 -r 10631c42415a security/srp_client/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/srp_client/patches/patch-ae      Sat Jun 23 08:25:30 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.3 2007/06/23 08:25:30 minskim Exp $
+
+--- base/lib/shadow_.h.orig    1998-12-09 17:43:21.000000000 -0800
++++ base/lib/shadow_.h
+@@ -70,7 +70,6 @@ struct       spwd {
+ #if defined(__STDC__)
+ struct        spwd    *getspent (void);
+ struct        spwd    *getspnam (const char *);
+-struct        spwd    *sgetspent (const char *);
+ struct        spwd    *fgetspent (FILE *);
+ void  setspent (void);
+ void  endspent (void);



Home | Main Index | Thread Index | Old Index