13 lines
347 B
Text
13 lines
347 B
Text
$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)
|