From owner-cvs-all Tue Jul 11 19:20:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 82E4337B673; Tue, 11 Jul 2000 19:20:16 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA32440; Tue, 11 Jul 2000 19:20:16 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200007120220.TAA32440@freefall.freebsd.org> From: Robert Watson Date: Tue, 11 Jul 2000 19:20:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/extattrctl extattrctl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/07/11 19:20:16 PDT Modified files: usr.sbin/extattrctl extattrctl.c Log: o Correct getopt() argument so that initattr -r and -w take an additional argument via optarg. This corrects a segfault when initattr is invoked with either of these two arguments. Not sure how this got broken given that in the original patches it was fine -- presumably a merging mistake. Obtained from: TrustedBSD Project Revision Changes Path 1.5 +2 -2 src/usr.sbin/extattrctl/extattrctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message