From owner-cvs-sys Fri Nov 24 04:25:26 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA13776 for cvs-sys-outgoing; Fri, 24 Nov 1995 04:25:26 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA13767 ; Fri, 24 Nov 1995 04:25:15 -0800 Date: Fri, 24 Nov 1995 04:25:15 -0800 From: Bruce Evans Message-Id: <199511241225.EAA13767@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netipx ipx.h ipx_error.h ipx_if.h ipx_ip.h ipx_pcb.h spx.h spx_debug.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 95/11/24 04:25:14 Modified: sys/netipx ipx.h ipx_error.h ipx_if.h ipx_ip.h ipx_pcb.h spx.h spx_debug.h Log: Cleaned up prototypes: - don't #include other headers just to get struct names. - don't use __BEGIN_DECLS/__END_DECLS for system prototypes. It is for user prototypes. - don't use extern. - don't use lines longer than 80 columns. - use alphabetical order. - use tabs. Uniformized idempotency ifdefs.