clean up include syntax
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 12 Jan 1994 07:55:26 +0000 (23:55 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 12 Jan 1994 07:55:26 +0000 (23:55 -0800)
SCCS-vsn: sys/sys/ioctl.h 8.4
SCCS-vsn: sys/sys/mbuf.h 8.2

usr/src/sys/sys/ioctl.h
usr/src/sys/sys/mbuf.h

index bc3db22..dbdfc85 100644 (file)
@@ -5,7 +5,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)ioctl.h     8.3 (Berkeley) %G%
+ *     @(#)ioctl.h     8.4 (Berkeley) %G%
  */
 
 #ifndef        _SYS_IOCTL_H_
  */
 
 #ifndef        _SYS_IOCTL_H_
index 5c1d763..45de720 100644 (file)
@@ -3,11 +3,11 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)mbuf.h      8.1 (Berkeley) %G%
+ *     @(#)mbuf.h      8.2 (Berkeley) %G%
  */
 
 #ifndef M_WAITOK
  */
 
 #ifndef M_WAITOK
-#include "malloc.h"
+#include <sys/malloc.h>
 #endif
 
 /*
 #endif
 
 /*