From owner-cvs-usrbin Fri Nov 15 10:58:15 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA08238 for cvs-usrbin-outgoing; Fri, 15 Nov 1996 10:58:15 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA08200; Fri, 15 Nov 1996 10:57:42 -0800 (PST) Date: Fri, 15 Nov 1996 10:57:42 -0800 (PST) From: Peter Wemm Message-Id: <199611151857.KAA08200@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/chpass edit.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/11/15 10:57:39 Branch: usr.bin/chpass RELENG_2_1_0 Modified: usr.bin/chpass edit.c Log: Bring in rev 1.8 (don't accumulate unnecessary commas at the end of the gecos string) and rev 1.9 (don't return pointers to strings on the stack in struct passwd). Revision Changes Path 1.4.4.4 +4 -1 src/usr.bin/chpass/edit.c