Date: Thu, 19 Dec 1996 10:12:08 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net ethernet.h Message-ID: <199612191812.KAA02996@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 96/12/19 10:12:08 Modified: sys/net ethernet.h Log: More cleanups to satisfy the following rules: - C++ should be supported for application functions (use __BEGIN_DECLS, etc.). - prototypes should be sorted. - comments on #endif's should spell identifiers the same as the code. - comments on #endif's should have the same sense as the code (use `!' to match ifndef, etc.). Revision Changes Path 1.5 +8 -5 src/sys/net/ethernet.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612191812.KAA02996>