From: Kirk McKusick Date: Wed, 12 Jan 1994 07:55:26 +0000 (-0800) Subject: clean up include syntax X-Git-Tag: BSD-4_4_Lite1-Snapshot-Development~869 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/e9a0707940321b4225838df277d68a0938099f44 clean up include syntax SCCS-vsn: sys/sys/ioctl.h 8.4 SCCS-vsn: sys/sys/mbuf.h 8.2 --- diff --git a/usr/src/sys/sys/ioctl.h b/usr/src/sys/sys/ioctl.h index bc3db228f9..dbdfc85d55 100644 --- a/usr/src/sys/sys/ioctl.h +++ b/usr/src/sys/sys/ioctl.h @@ -5,7 +5,7 @@ * * %sccs.include.redist.c% * - * @(#)ioctl.h 8.3 (Berkeley) %G% + * @(#)ioctl.h 8.4 (Berkeley) %G% */ #ifndef _SYS_IOCTL_H_ diff --git a/usr/src/sys/sys/mbuf.h b/usr/src/sys/sys/mbuf.h index 5c1d763e88..45de720401 100644 --- a/usr/src/sys/sys/mbuf.h +++ b/usr/src/sys/sys/mbuf.h @@ -3,11 +3,11 @@ * * %sccs.include.redist.c% * - * @(#)mbuf.h 8.1 (Berkeley) %G% + * @(#)mbuf.h 8.2 (Berkeley) %G% */ #ifndef M_WAITOK -#include "malloc.h" +#include #endif /*