Date: Fri, 24 Nov 1995 04:25:15 -0800 From: Bruce Evans <bde> 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 Message-ID: <199511241225.EAA13767@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511241225.EAA13767>