summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/common_source/request.c
Commit message (Collapse)AuthorAgeFilesLines
* lpr: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-101-2/+2
| | | | | | | | | Found with devel/coccinelle. Reviewed by: gad Notes: svn path=/head/; revision=297795
* Get the 'sccsid' lines even closer to correct style(9) form. TheGarance A Drosehn2003-07-141-0/+1
| | | | | | | | | | | '#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: svn path=/head/; revision=117592
* Take advantage of the common_source/lp.cdefs.h file to change lprGarance A Drosehn2003-07-141-2/+2
| | | | | | | | | | | source to use __FBSDID() for setting rcsids. Also fix the format of 'sccsid' lines to consistently match style(9) guidelines. Reviewed by: discussed with bde and obrien MFC after: 15 days Notes: svn path=/head/; revision=117541
* Use macro API to <sys/queue.h>Poul-Henning Kamp2000-12-301-2/+2
| | | | | | | | Submitted by: "Jason" <jsmethers@pdq.net> Reviewed by: /sbin/md5 Notes: svn path=/head/; revision=70520
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Mega lpd/lpd upgrade, part I:Garrett Wollman1997-12-021-0/+80
- Get rid of a lot of the static variables which were shared by many routines and programs in the suite. - Create an abstract interface to the printcap database, so that other retrieval and iteration mechanisms could be developed (e.g., YP, Hesiod, or automatic retrieval from a trusted server). - Give each capability a human-readable name in addition to the historic two-character one. - Otherwise generally clean up a lot of dark corners. Many still remain. - When submitting jobs, use the official login name record (from getlogin()) if there is one, rather than reverse-mapping the uid. More to come... Notes: svn path=/head/; revision=31492