|
|
| version 1.2, 2003/06/17 04:27:07 | version 1.3, 2003/11/14 03:54:31 |
|---|---|
| Line 27 | Line 27 |
| * SUCH DAMAGE. | * SUCH DAMAGE. |
| * | * |
| * $FreeBSD: src/libexec/rpc.rwalld/rwalld.c,v 1.8 1999/08/28 00:09:57 peter Exp $ | * $FreeBSD: src/libexec/rpc.rwalld/rwalld.c,v 1.8 1999/08/28 00:09:57 peter Exp $ |
| * $DragonFly: src/libexec/rpc.rwalld/rwalld.c,v 1.1 2003/06/16 04:59:55 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| #include <err.h> | #include <err.h> |
| Line 54 | Line 54 |
| void wallprog_1(); | void wallprog_1(); |
| void possess(); | void possess(); |
| void killkids(); | void killkids(); |
| static void usage __P((void)); | static void usage (void); |
| int nodaemon = 0; | int nodaemon = 0; |
| int from_inetd = 1; | int from_inetd = 1; |