aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/common_source/request.c
diff options
context:
space:
mode:
authorGarance A Drosehn <gad@FreeBSD.org>2003-07-14 20:20:58 +0000
committerGarance A Drosehn <gad@FreeBSD.org>2003-07-14 20:20:58 +0000
commitb7fd86992c39d9f46114e9bd1642b54c01ac4660 (patch)
treedfeb8b0e478279b8d9ab32b2e5bc2a72960a168e /usr.sbin/lpr/common_source/request.c
parent8695068f2769d90d89ee4135b9d26f666141c65b (diff)
downloadsrc-b7fd86992c39d9f46114e9bd1642b54c01ac4660.tar.gz
src-b7fd86992c39d9f46114e9bd1642b54c01ac4660.zip
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
Notes
Notes: svn path=/head/; revision=117592
Diffstat (limited to 'usr.sbin/lpr/common_source/request.c')
-rw-r--r--usr.sbin/lpr/common_source/request.c1
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 68d8a4d6b62d..b650e5c76c05 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$");