diff options
Diffstat (limited to 'usr.sbin/lpr/lpd/lpdchar.c')
-rw-r--r-- | usr.sbin/lpr/lpd/lpdchar.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/lpr/lpd/lpdchar.c b/usr.sbin/lpr/lpd/lpdchar.c index 4a4f5da1ccb..52d43c955a3 100644 --- a/usr.sbin/lpr/lpd/lpdchar.c +++ b/usr.sbin/lpr/lpd/lpdchar.c @@ -1,3 +1,5 @@ +/* $OpenBSD: lpdchar.c,v 1.2 1997/01/17 16:12:41 millert Exp $ */ + /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -32,7 +34,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)lpdchar.c 8.1 (Berkeley) 6/6/93"; +#else +static char rcsid[] = "$OpenBSD: lpdchar.c,v 1.2 1997/01/17 16:12:41 millert Exp $"; +#endif #endif /* not lint */ /* |