diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-09 16:22:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-09 16:22:05 +0000 |
commit | aeb42ec02f4adbf043b21363d6e3bb748890a2bd (patch) | |
tree | ca1c0079db0995f827f42e66bfc8bbf2b7bfff3c /usr.sbin/wsconscfg | |
parent | 8fac7a79c461e0c60d0325f70e0dc67a94da5d4c (diff) |
ansi
Diffstat (limited to 'usr.sbin/wsconscfg')
-rw-r--r-- | usr.sbin/wsconscfg/wsconscfg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/wsconscfg/wsconscfg.c b/usr.sbin/wsconscfg/wsconscfg.c index bbce9282fa1..9b55045ecfc 100644 --- a/usr.sbin/wsconscfg/wsconscfg.c +++ b/usr.sbin/wsconscfg/wsconscfg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wsconscfg.c,v 1.8 2003/07/18 22:58:56 david Exp $ */ +/* $OpenBSD: wsconscfg.c,v 1.9 2004/07/09 16:22:04 deraadt Exp $ */ /* $NetBSD: wsconscfg.c,v 1.4 1999/07/29 18:24:10 augustss Exp $ */ /* @@ -51,7 +51,7 @@ static void usage(void); int main(int, char**); static void -usage() +usage(void) { extern char *__progname; |