diff options
| author | jsm <jsm@NetBSD.org> | 2004-01-27 20:30:28 +0000 |
|---|---|---|
| committer | jsm <jsm@NetBSD.org> | 2004-01-27 20:30:28 +0000 |
| commit | a43fb158d0c5c90291b792d683aa0221403f1893 (patch) | |
| tree | abc8b57813f81300bc2b7a4ad80223e666d05d7d /hunt/huntd/driver.c | |
| parent | 5572d7c395d19f949cb8a29c96791307e744681c (diff) | |
| download | bsdgames-darwin-a43fb158d0c5c90291b792d683aa0221403f1893.tar.gz bsdgames-darwin-a43fb158d0c5c90291b792d683aa0221403f1893.zip | |
Remove uses of __P.
Diffstat (limited to 'hunt/huntd/driver.c')
| -rw-r--r-- | hunt/huntd/driver.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/hunt/huntd/driver.c b/hunt/huntd/driver.c index 7563c464..1ca803e8 100644 --- a/hunt/huntd/driver.c +++ b/hunt/huntd/driver.c @@ -1,4 +1,4 @@ -/* $NetBSD: driver.c,v 1.9 2003/06/11 12:00:22 wiz Exp $ */ +/* $NetBSD: driver.c,v 1.10 2004/01/27 20:30:29 jsm Exp $ */ /* * Copyright (c) 1983-2003, Regents of the University of California. * All rights reserved. @@ -32,7 +32,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: driver.c,v 1.9 2003/06/11 12:00:22 wiz Exp $"); +__RCSID("$NetBSD: driver.c,v 1.10 2004/01/27 20:30:29 jsm Exp $"); #endif /* not lint */ # include <sys/ioctl.h> @@ -68,13 +68,13 @@ u_short stat_port; /* port # of statistics tcp socket */ # define DAEMON_SIZE (sizeof Daemon - 1) # endif -static void clear_scores __P((void)); -static int havechar __P((PLAYER *, int)); -static void init __P((void)); - int main __P((int, char *[], char *[])); -static void makeboots __P((void)); -static void send_stats __P((void)); -static void zap __P((PLAYER *, FLAG, int)); +static void clear_scores(void); +static int havechar(PLAYER *, int); +static void init(void); + int main(int, char *[], char *[]); +static void makeboots(void); +static void send_stats(void); +static void zap(PLAYER *, FLAG, int); /* |
