diff options
author | gad <gad@FreeBSD.org> | 2003-07-14 20:20:58 +0000 |
---|---|---|
committer | gad <gad@FreeBSD.org> | 2003-07-14 20:20:58 +0000 |
commit | d806166ff83e144b130dd3b12edd5a89ae33ea46 (patch) | |
tree | dfeb8b0e478279b8d9ab32b2e5bc2a72960a168e /usr.sbin/lpr/common_source/request.c | |
parent | 978493a28115fbd966965aee4d2d5cff12f6329e (diff) | |
download | FreeBSD-src-d806166ff83e144b130dd3b12edd5a89ae33ea46.zip FreeBSD-src-d806166ff83e144b130dd3b12edd5a89ae33ea46.tar.gz |
Get the 'sccsid' lines even closer to correct style(9) form. The
'#ifdef lint/#endif' around the lines should not have been removed.
Also add blank lines where one (per file) was missing.
Reviewed by: First part noticed by bde, blank lines noticed by me
MFC after: 15 days
Diffstat (limited to 'usr.sbin/lpr/common_source/request.c')
-rw-r--r-- | usr.sbin/lpr/common_source/request.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/lpr/common_source/request.c b/usr.sbin/lpr/common_source/request.c index 68d8a4d..b650e5c 100644 --- a/usr.sbin/lpr/common_source/request.c +++ b/usr.sbin/lpr/common_source/request.c @@ -29,6 +29,7 @@ static const char copyright[] = "Copyright (C) 1997, Massachusetts Institute of Technology\r\n"; + #include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */ __FBSDID("$FreeBSD$"); |