diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 16:15:28 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 16:15:28 +0000 |
commit | 476602a9d0b9041b42a108349dc58a4ca6bf4223 (patch) | |
tree | 38391bfc9e5932559569fed2d8231e23b5bdd0ce /usr.sbin/lpr/filters | |
parent | fce15c9ab3ca0f4ffcbe6938087612818d7c7d80 (diff) | |
download | src-476602a9d0b9041b42a108349dc58a4ca6bf4223.tar.gz src-476602a9d0b9041b42a108349dc58a4ca6bf4223.zip |
Revert $FreeBSD$ to $Id$
Notes
Notes:
svn path=/head/; revision=22997
Diffstat (limited to 'usr.sbin/lpr/filters')
-rw-r--r-- | usr.sbin/lpr/filters/lpf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/filters/lpf.c b/usr.sbin/lpr/filters/lpf.c index 6fef3c4a0310..59b3cbf5e567 100644 --- a/usr.sbin/lpr/filters/lpf.c +++ b/usr.sbin/lpr/filters/lpf.c @@ -39,7 +39,7 @@ static char copyright[] = #ifndef lint static char sccsid[] = "From: @(#)lpf.c 8.1 (Berkeley) 6/6/93"; -static char id[] = "$FreeBSD$"; +static char id[] = "$Id$"; #endif /* not lint */ /* |