From owner-cvs-sys Thu Dec 19 10:12:09 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA03003 for cvs-sys-outgoing; Thu, 19 Dec 1996 10:12:09 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA02996; Thu, 19 Dec 1996 10:12:08 -0800 (PST) Date: Thu, 19 Dec 1996 10:12:08 -0800 (PST) From: Bruce Evans Message-Id: <199612191812.KAA02996@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net ethernet.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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