Don't depend on <sys/types.h> including <sys/cdefs.h>.

This commit is contained in:
Bruce Evans 1996-04-19 17:39:57 +00:00
parent ac7eaa7ff9
commit 87b620baa9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15311
4 changed files with 7 additions and 5 deletions

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)quad.h 8.1 (Berkeley) 6/4/93
* $Id$
* $Id: quad.h,v 1.3 1995/12/26 13:24:48 bde Exp $
*/
/*
@ -54,6 +54,7 @@
* with 48-bit longs.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <limits.h>

View File

@ -1,4 +1,4 @@
#include <sys/types.h>
#include <sys/param.h>
#include <scsi/scsiconf.h>

View File

@ -44,14 +44,14 @@
* SUCH DAMAGE.
*End copyright
*
* $Id: su.c,v 1.12 1995/12/10 20:34:53 bde Exp $
* $Id: su.c,v 1.13 1995/12/14 19:13:36 bde Exp $
*
* Tabstops 4
* XXX devfs entries for this device should be handled by generic scsiconfig
* Add a bdevsw interface.. ?
*/
#include <sys/types.h>
#include <sys/param.h>
#include <sys/conf.h>
#include <sys/errno.h>
#include <sys/stat.h>

View File

@ -31,12 +31,13 @@
* SUCH DAMAGE.
*
* @(#)libkern.h 8.1 (Berkeley) 6/10/93
* $Id: libkern.h,v 1.8 1995/11/09 20:20:00 phk Exp $
* $Id: libkern.h,v 1.9 1996/01/16 10:22:17 bde Exp $
*/
#ifndef _SYS_LIBKERN_H_
#define _SYS_LIBKERN_H_
#include <sys/cdefs.h>
#include <sys/types.h>
/* BCD conversions. */