diff options
Diffstat (limited to 'usr.sbin/sesd/srcs/getobjmap.c')
-rw-r--r-- | usr.sbin/sesd/srcs/getobjmap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sesd/srcs/getobjmap.c b/usr.sbin/sesd/srcs/getobjmap.c index 3bc0c863ba5..ebe1686e4c4 100644 --- a/usr.sbin/sesd/srcs/getobjmap.c +++ b/usr.sbin/sesd/srcs/getobjmap.c @@ -1,6 +1,6 @@ /* $NetBSD: $ */ /* $FreeBSD: $ */ -/* $OpenBSD: getobjmap.c,v 1.2 2000/02/22 06:21:36 mjacob Exp $ */ +/* $OpenBSD: getobjmap.c,v 1.3 2002/02/16 21:28:09 millert Exp $ */ /* * Copyright (c) 2000 by Matthew Jacob * All rights reserved. @@ -41,8 +41,8 @@ #include <sys/ioctl.h> #include SESINC -int main __P((int, char **)); -extern char *geteltnm __P((int)); +int main(int, char **); +extern char *geteltnm(int); int main(a, v) |