summaryrefslogtreecommitdiff
path: root/net/cmu-dhcpd
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2012-11-23 12:31:05 +0000
committerjoerg <joerg@pkgsrc.org>2012-11-23 12:31:05 +0000
commita75c21285e5b4d80fb7958ae4a096d45135a6f1f (patch)
tree7b18deccc791e2cfc44fb6f6cce7b22ceb213134 /net/cmu-dhcpd
parent16178aa2e93ee12cb69cba981d3b622567ebd609 (diff)
downloadpkgsrc-a75c21285e5b4d80fb7958ae4a096d45135a6f1f.tar.gz
Fix definition of release_lastbind.
Diffstat (limited to 'net/cmu-dhcpd')
-rw-r--r--net/cmu-dhcpd/distinfo4
-rw-r--r--net/cmu-dhcpd/patches/patch-dynamic.c12
-rw-r--r--net/cmu-dhcpd/patches/patch-perm.c13
3 files changed, 28 insertions, 1 deletions
diff --git a/net/cmu-dhcpd/distinfo b/net/cmu-dhcpd/distinfo
index 42f4c190ae7..eb59c0c21e2 100644
--- a/net/cmu-dhcpd/distinfo
+++ b/net/cmu-dhcpd/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2008/10/01 12:16:45 joerg Exp $
+$NetBSD: distinfo,v 1.6 2012/11/23 12:31:05 joerg Exp $
SHA1 (CMU-dhcp-3.3.7+PU-9.tar.Z) = 9c7eb8f498eddd35d0eb9ceaa90451f06bb5cf27
RMD160 (CMU-dhcp-3.3.7+PU-9.tar.Z) = b426f5580771ef635a34c336d0422cc31dd934d2
@@ -11,3 +11,5 @@ SHA1 (patch-ae) = 648f6fe130c060c926ba6d43508701bbf7c0cfbd
SHA1 (patch-af) = 2d355ecde64da2ea5d9f1afdb608884691ccd0f0
SHA1 (patch-ag) = 1aa3fe933938f26aca96a4973b11d1840639cd73
SHA1 (patch-ah) = 35ff79c48bf11c161a4f1d3e8c2b72228f5b423f
+SHA1 (patch-dynamic.c) = 9b6f56e7b4f950984df726bd300bb54058e9f945
+SHA1 (patch-perm.c) = 493e62a160633e8812a77ed02ed1780f18332c44
diff --git a/net/cmu-dhcpd/patches/patch-dynamic.c b/net/cmu-dhcpd/patches/patch-dynamic.c
new file mode 100644
index 00000000000..46b97310ed4
--- /dev/null
+++ b/net/cmu-dhcpd/patches/patch-dynamic.c
@@ -0,0 +1,12 @@
+$NetBSD: patch-dynamic.c,v 1.1 2012/11/23 12:31:05 joerg Exp $
+
+--- dynamic.c.orig 2012-11-21 16:07:58.000000000 +0000
++++ dynamic.c
+@@ -67,6 +67,7 @@ SOFTWARE.
+ #define MAXTOKENS 256 /* Max tokens per line */
+ #define MAXENTRYLEN 1024 /* Max line length */
+
++void release_lastbind(struct host *hp);
+
+
+
diff --git a/net/cmu-dhcpd/patches/patch-perm.c b/net/cmu-dhcpd/patches/patch-perm.c
new file mode 100644
index 00000000000..f0cd7bd69e3
--- /dev/null
+++ b/net/cmu-dhcpd/patches/patch-perm.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-perm.c,v 1.1 2012/11/23 12:31:05 joerg Exp $
+
+--- perm.c.orig 2012-11-21 16:06:25.000000000 +0000
++++ perm.c
+@@ -273,7 +273,7 @@ void flush_disk()
+ }
+
+
+-int release_lastbind(hp)
++void release_lastbind(hp)
+ struct host *hp;
+ {
+ struct lastbind *b,t;