CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/28 20:37:29
Modified files:
usr.sbin/lpr/lpd: Makefile extern.h lpd.c
Log message:
Replace call to __ivaliduser_sa() with a pared down version that
only checks the host name. This clears the way for removal of
__ivaliduser_sa() and __ivaliduser() from libc. OK deraadt@
