Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 1997 05:45:11 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG, joerg@FreeBSD.ORG
Subject:   Re: cvs commit: src/usr.sbin/lpr/common_source displayq.c lp.h src/usr.sbin/lpr/lpd lpd.8 lpd.c
Message-ID:  <199708231945.FAA19868@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified files:
>    usr.sbin/lpr/common_source displayq.c lp.h 
>    usr.sbin/lpr/lpd     lpd.8 lpd.c 
>  Log:
>  common_source: staticize private version of warn() so to not conflict
>  with libc's version.

The bug is really that some library functions (devname() and initgroups())
call warn().  Others call warnx()...  This is fixed in NetBSD by renaming
warn() to _warn()...

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708231945.FAA19868>