diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
| commit | 76b5366091f76c9bc73570149ef5055648fc2c39 (patch) | |
| tree | 590d020e0f2a5bea6e09d66d951a674443b21d67 /contrib/amd/amq/pawd.c | |
| parent | 4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6 (diff) | |
Diffstat (limited to 'contrib/amd/amq/pawd.c')
| -rw-r--r-- | contrib/amd/amq/pawd.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/contrib/amd/amq/pawd.c b/contrib/amd/amq/pawd.c index 3479929075e00..86ed55f118c46 100644 --- a/contrib/amd/amq/pawd.c +++ b/contrib/amd/amq/pawd.c @@ -17,7 +17,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgment: + * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors @@ -38,7 +38,7 @@ * * %W% (Berkeley) %G% * - * $Id: pawd.c,v 1.2 1998/12/27 06:24:50 ezk Exp $ + * $Id: pawd.c,v 5.2.2.1 1992/02/09 15:09:16 jsp beta $ * */ @@ -59,14 +59,11 @@ #include <amq.h> /* dummy variables */ -#if 0 char *progname; char hostname[MAXHOSTNAMELEN]; +int orig_umask, foreground, debug_flags; pid_t mypid; serv_state amd_state; -int foreground, orig_umask; -int debug_flags; -#endif /* statics */ static char *localhost="localhost"; @@ -296,3 +293,4 @@ main(int argc, char *argv[]) } exit(0); } + |
