summaryrefslogtreecommitdiff
path: root/security/srp_client/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'security/srp_client/patches/patch-ab')
-rw-r--r--security/srp_client/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/srp_client/patches/patch-ab b/security/srp_client/patches/patch-ab
new file mode 100644
index 00000000000..26a78a02bef
--- /dev/null
+++ b/security/srp_client/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 1999/06/18 19:18:18 jlam Exp $
+
+--- base/libmisc/limits.c.orig Wed Dec 9 20:43:21 1998
++++ base/libmisc/limits.c Fri Jun 18 06:47:16 1999
+@@ -84,6 +84,8 @@
+ return 0;
+ }
+
++extern struct utmp *getutent();
++
+ /* Counts the number of user logins and check against the limit*/
+ static int
+ check_logins(name, maxlogins)