blob: 26a78a02bef968eee3c7546c3609edf5164e838c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)
|