From owner-freebsd-commit Thu Oct 5 15:42:49 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA25591 for freebsd-commit-outgoing; Thu, 5 Oct 1995 15:42:49 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA25438 for cvs-all-outgoing; Thu, 5 Oct 1995 15:41:23 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA25428 for cvs-usrsbin-outgoing; Thu, 5 Oct 1995 15:41:21 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA25415 ; Thu, 5 Oct 1995 15:41:09 -0700 Date: Thu, 5 Oct 1995 15:41:09 -0700 From: "Jordan K. Hubbard" Message-Id: <199510052241.PAA25415@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/lpr/lpr lpr.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/05 15:41:07 Modified: usr.sbin/lpr/lpr lpr.c Log: Fix a longstanding bug in `lpr -r'. I used alloca() instead of malloc(), but the change is fundamentally Chris's. Submitted by: Chris Stenton