Date: Sun, 3 Dec 1995 05:45:35 -0800 From: Bruce Evans <bde> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys queue.h Message-ID: <199512031345.FAA24590@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 95/12/03 05:45:35
Modified: sys/net raw_cb.c
sys/netccitt llc_subr.c pk_input.c pk_subr.c
sys/netns ns_pcb.c spp_usrreq.c
sys/i386/include cpufunc.h
sys/sys queue.h
Log:
Moved inline functions for insque() and remque() to <sys/queue.h>.
Protected them with `#ifdef KERNEL' so that <sys/queue.h> is valid C++.
Added the necessary #includes of <sys/queue.h>.
These functions are bogus and should be replaced by the queue macros.
Revision Changes Path
1.6 +2 -1 src/sys/net/raw_cb.c
1.7 +2 -1 src/sys/netccitt/llc_subr.c
1.7 +2 -1 src/sys/netccitt/pk_input.c
1.6 +2 -1 src/sys/netccitt/pk_subr.c
1.4 +2 -1 src/sys/netns/ns_pcb.c
1.6 +2 -1 src/sys/netns/spp_usrreq.c
1.42 +1 -33 src/sys/i386/include/cpufunc.h
1.4 +48 -3 src/sys/sys/queue.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512031345.FAA24590>
