From owner-freebsd-commit Fri Jan 19 02:22:27 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA05669 for freebsd-commit-outgoing; Fri, 19 Jan 1996 02:22:27 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA05660 for cvs-all-outgoing; Fri, 19 Jan 1996 02:22:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA05649 for cvs-sbin-outgoing; Fri, 19 Jan 1996 02:22:18 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA05640 Fri, 19 Jan 1996 02:22:12 -0800 (PST) Date: Fri, 19 Jan 1996 02:22:12 -0800 (PST) From: Peter Wemm Message-Id: <199601191022.CAA05640@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/rdisc rdisc.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/19 02:22:08 Modified: sbin/rdisc rdisc.c Log: Source cleanup: prototypes, varargs, POSIXification, getopts, -Wall clean. Bugfixes: no longer stomps it's argv causing ps to change the string. Unfortunately, Bill Fenner and I have overlapping changes here... Revision Changes Path 1.4 +181 -182 src/sbin/rdisc/rdisc.c