freebsd-dev/usr.sbin/lpr/lpq
Garance A Drosehn cc3fd56f96 Rename a few global variables which hold hostname-related values to be
more sensible/understandable.  'from'->'from_host'  'host'->'local_host'
'fromb'->'frombuf'  'fromhost'->'origin_host'  and a local-variable
named 'host'->'hostbuf'.  This fixes some compile-time warnings about
local variables shadowing global variables.

Other than renaming variables, the only actual code changes are to call
strlcpy() instead of strncpy() when setting those (renamed) variables,
and that 'from_ip' is now a strdup()-created buffer instead of being a
static buffer compiled in as 1025 bytes.

Reviewed by:	freebsd-print@bostonradio.org (an earlier version)
MFC after:	1 week
2001-06-15 22:03:07 +00:00
..
lpq.1 Prepare for mdoc(7)NG. 2000-12-27 15:30:30 +00:00
lpq.c Rename a few global variables which hold hostname-related values to be 2001-06-15 22:03:07 +00:00
Makefile - Backout botched attempt to introduce MANSECT feature. 2001-03-26 14:42:20 +00:00