freebsd-dev/usr.sbin/lpr/lpc
Alfred Perlstein 00e64813a2 the code assumes that getgroups() always returns NGROUPS groups, however
that is not true.  Instead of looping NGROUPS times, get the return value
from getgroups() and loop over the return that many times.

Noticed by: David A. Holland <dholland@eecs.harvard.edu>
2000-08-23 23:36:32 +00:00
..
cmds.c 'start' command was not reenabling printing. 2000-01-24 23:30:38 +00:00
cmdtab.c $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
extern.h Fix additional warnings. Remove -Werror, since some people have complained 1998-09-11 18:49:33 +00:00
lpc.8 Remove single-space hard sentence breaks. These degrade the quality 2000-03-01 14:09:25 +00:00
lpc.c the code assumes that getgroups() always returns NGROUPS groups, however 2000-08-23 23:36:32 +00:00
lpc.h Mega lpd/lpd upgrade, part I: 1997-12-02 20:46:22 +00:00
Makefile $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00