From owner-freebsd-current Fri Dec 19 16:40:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA06567 for current-outgoing; Fri, 19 Dec 1997 16:40:58 -0800 (PST) (envelope-from owner-freebsd-current) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA06555; Fri, 19 Dec 1997 16:40:50 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id QAA22944; Fri, 19 Dec 1997 16:33:11 -0800 (PST) Received: from UNKNOWN(), claiming to be "current1.whistle.com" via SMTP by alpo.whistle.com, id smtpd022927; Fri Dec 19 16:33:00 1997 Message-ID: <349B1196.167EB0E7@whistle.com> Date: Fri, 19 Dec 1997 16:30:14 -0800 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: Bruce Evans CC: current@freebsd.org Subject: Bruce vandalism again References: <199712200007.QAA04713@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Bruce Evans wrote: > > bde 1997/12/19 16:07:12 PST > > Modified files: > sys/net if_ethersubr.c > sys/netinet if_ether.c > Log: > Fixed gratuitous ANSIisms. > > Revision Changes Path > 1.41 +5 -2 src/sys/net/if_ethersubr.c > 1.42 +2 -2 src/sys/netinet/if_ether.c Bruce. I know this has been discussed before, but I'm not convinced that you are mving with the agreement of everybody here. int -ether_ioctl(struct ifnet *ifp, int command, caddr_t data) +ether_ioctl(ifp, command, data) + struct ifnet *ifp; + int command; + caddr_t data; { struct ifaddr *ifa = (struct ifaddr *) data; I know I am converting every function I add and anything I massively rewrite to use prototypes. I know I have a lot of people on my side here. a commit that does nothing but this vandalism is REALLY ANNOYING! julian