Undo a previous change. <sys/disklabel.h> was broken, not these files.

This commit is contained in:
bde 1994-11-14 13:22:52 +00:00
parent d1f1b2e2b3
commit f2dfc1d8f0
7 changed files with 7 additions and 14 deletions

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
* $Id: machdep.c,v 1.87 1994/11/06 04:46:53 davidg Exp $
* $Id: machdep.c,v 1.88 1994/11/07 03:51:32 phk Exp $
*/
#include "npx.h"
@ -1554,7 +1554,6 @@ Debugger(const char *msg)
}
#endif /* no DDB */
#include <sys/dkbad.h>
#include <sys/disklabel.h>
#define b_cylin b_resid
/*

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)spec_vnops.c 8.6 (Berkeley) 4/9/94
* $Id: spec_vnops.c,v 1.7 1994/10/10 07:55:41 phk Exp $
* $Id: spec_vnops.c,v 1.8 1994/10/28 12:41:59 jkh Exp $
*/
#include <sys/param.h>
@ -47,7 +47,6 @@
#include <sys/errno.h>
#include <sys/ioctl.h>
#include <sys/file.h>
#include <sys/dkbad.h>
#include <sys/disklabel.h>
#include <miscfs/specfs/specdev.h>

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
* $Id: machdep.c,v 1.87 1994/11/06 04:46:53 davidg Exp $
* $Id: machdep.c,v 1.88 1994/11/07 03:51:32 phk Exp $
*/
#include "npx.h"
@ -1554,7 +1554,6 @@ Debugger(const char *msg)
}
#endif /* no DDB */
#include <sys/dkbad.h>
#include <sys/disklabel.h>
#define b_cylin b_resid
/*

View File

@ -15,13 +15,12 @@
* written by julian elischer (julian@tfs.com)
*
* @(#)readMBR.c 8.5 (tfs) 1/21/94
* $Id: readMBR.c,v 1.2 1994/10/28 12:41:55 jkh Exp $
* $Id: readMBR.c,v 1.3 1994/11/08 10:35:52 phk Exp $
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/dkbad.h>
#include <sys/disklabel.h>
#define b_cylinder b_resid

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)spec_vnops.c 8.6 (Berkeley) 4/9/94
* $Id: spec_vnops.c,v 1.7 1994/10/10 07:55:41 phk Exp $
* $Id: spec_vnops.c,v 1.8 1994/10/28 12:41:59 jkh Exp $
*/
#include <sys/param.h>
@ -47,7 +47,6 @@
#include <sys/errno.h>
#include <sys/ioctl.h>
#include <sys/file.h>
#include <sys/dkbad.h>
#include <sys/disklabel.h>
#include <miscfs/specfs/specdev.h>

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ffs_vfsops.c 8.8 (Berkeley) 4/18/94
* $Id: ffs_vfsops.c,v 1.10 1994/10/22 02:27:35 davidg Exp $
* $Id: ffs_vfsops.c,v 1.11 1994/10/28 12:42:03 jkh Exp $
*/
#include <sys/param.h>
@ -45,7 +45,6 @@
#include <sys/buf.h>
#include <sys/mbuf.h>
#include <sys/file.h>
#include <sys/dkbad.h>
#include <sys/disklabel.h>
#include <sys/ioctl.h>
#include <sys/errno.h>

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)lfs_vfsops.c 8.7 (Berkeley) 4/16/94
* $Id: lfs_vfsops.c,v 1.6 1994/09/21 03:47:39 wollman Exp $
* $Id: lfs_vfsops.c,v 1.7 1994/10/28 12:42:05 jkh Exp $
*/
#include <sys/param.h>
@ -44,7 +44,6 @@
#include <sys/buf.h>
#include <sys/mbuf.h>
#include <sys/file.h>
#include <sys/dkbad.h>
#include <sys/disklabel.h>
#include <sys/ioctl.h>
#include <sys/errno.h>