diff options
Diffstat (limited to 'usr.sbin/sesd/srcs/getobjstat.c')
-rw-r--r-- | usr.sbin/sesd/srcs/getobjstat.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sesd/srcs/getobjstat.c b/usr.sbin/sesd/srcs/getobjstat.c index e3c77009077..57b81bce140 100644 --- a/usr.sbin/sesd/srcs/getobjstat.c +++ b/usr.sbin/sesd/srcs/getobjstat.c @@ -1,6 +1,6 @@ /* $NetBSD: $ */ /* $FreeBSD: $ */ -/* $OpenBSD: getobjstat.c,v 1.1 2000/02/21 08:45:15 mjacob Exp $ */ +/* $OpenBSD: getobjstat.c,v 1.2 2000/02/22 06:21:36 mjacob Exp $ */ /* * Copyright (c) 2000 by Matthew Jacob * All rights reserved. @@ -40,6 +40,8 @@ #include <sys/ioctl.h> #include SESINC +int main __P((int, char **)); + int main(a, v) int a; |