diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 1998-09-11 18:49:33 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 1998-09-11 18:49:33 +0000 |
commit | 90cf373d9b190e5a1f0542be317f1cd585e304b4 (patch) | |
tree | 3508ab133c969ea36e6b377c59d24a7f01e50582 /usr.sbin/lpr/lpd/lpd.c | |
parent | c6446f7ff9ca7f584271f9c84dd9a0b41c017f40 (diff) |
Notes
Diffstat (limited to 'usr.sbin/lpr/lpd/lpd.c')
-rw-r--r-- | usr.sbin/lpr/lpd/lpd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpd/lpd.c b/usr.sbin/lpr/lpd/lpd.c index 50ee86572ec44..827bf0d1af9eb 100644 --- a/usr.sbin/lpr/lpd/lpd.c +++ b/usr.sbin/lpr/lpd/lpd.c @@ -43,7 +43,7 @@ static const char copyright[] = static char sccsid[] = "@(#)lpd.c 8.7 (Berkeley) 5/10/95"; #endif static const char rcsid[] = - "$Id: lpd.c,v 1.8 1997/09/24 06:47:54 charnier Exp $"; + "$Id: lpd.c,v 1.9 1997/12/02 20:45:54 wollman Exp $"; #endif /* not lint */ /* @@ -106,6 +106,7 @@ static const char rcsid[] = int lflag; /* log requests flag */ int from_remote; /* from remote socket */ +int main __P((int, char **)); static void reapchild __P((int)); static void mcleanup __P((int)); static void doit __P((void)); |