diff options
| author | 1997-01-17 16:11:35 +0000 | |
|---|---|---|
| committer | 1997-01-17 16:11:35 +0000 | |
| commit | cb3103c1b92c47186a7db1b14346f1896b746f27 (patch) | |
| tree | b120ec8dfc68e2f7d1b7e3f4607702b6e0601649 /usr.sbin/lpr/common_source/common.c | |
| parent | Possible buf oflow. (diff) | |
| download | wireguard-openbsd-cb3103c1b92c47186a7db1b14346f1896b746f27.tar.xz wireguard-openbsd-cb3103c1b92c47186a7db1b14346f1896b746f27.zip | |
Add OpenBSD tags
Diffstat (limited to 'usr.sbin/lpr/common_source/common.c')
| -rw-r--r-- | usr.sbin/lpr/common_source/common.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/lpr/common_source/common.c b/usr.sbin/lpr/common_source/common.c index ae26013e0cf..5f97d093306 100644 --- a/usr.sbin/lpr/common_source/common.c +++ b/usr.sbin/lpr/common_source/common.c @@ -1,3 +1,5 @@ +/* $OpenBSD: common.c,v 1.4 1997/01/17 16:11:35 millert Exp $ */ + /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -37,7 +39,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)common.c 8.5 (Berkeley) 4/28/95"; +#else +static char rcsid[] = "$OpenBSD: common.c,v 1.4 1997/01/17 16:11:35 millert Exp $"; +#endif #endif /* not lint */ #include <sys/param.h> |
