2013-09-26 17:14:40 +02:00

14 lines
347 B
Plaintext

$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)