mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-23 16:01:42 +00:00
From: fredriks@mcs.com (Lars Fredriksen)
... It turns out that these files do not include <sys/dkbad.h> before <sys/disklabel.h>. Submitted by: fredriks
This commit is contained in:
parent
a5d34029d5
commit
94a92413cd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3962
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
|
||||
* $Id: machdep.c,v 1.81 1994/10/26 18:35:02 jkh Exp $
|
||||
* $Id: machdep.c,v 1.82 1994/10/27 20:44:34 jkh Exp $
|
||||
*/
|
||||
|
||||
#include "npx.h"
|
||||
@ -1561,6 +1561,7 @@ Debugger(const char *msg)
|
||||
}
|
||||
#endif /* no DDB */
|
||||
|
||||
#include <sys/dkbad.h>
|
||||
#include <sys/disklabel.h>
|
||||
#define b_cylin b_resid
|
||||
/*
|
||||
|
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)spec_vnops.c 8.6 (Berkeley) 4/9/94
|
||||
* $Id: spec_vnops.c,v 1.6 1994/10/06 21:06:46 davidg Exp $
|
||||
* $Id: spec_vnops.c,v 1.7 1994/10/10 07:55:41 phk Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -47,6 +47,7 @@
|
||||
#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>
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
|
||||
* $Id: machdep.c,v 1.81 1994/10/26 18:35:02 jkh Exp $
|
||||
* $Id: machdep.c,v 1.82 1994/10/27 20:44:34 jkh Exp $
|
||||
*/
|
||||
|
||||
#include "npx.h"
|
||||
@ -1561,6 +1561,7 @@ Debugger(const char *msg)
|
||||
}
|
||||
#endif /* no DDB */
|
||||
|
||||
#include <sys/dkbad.h>
|
||||
#include <sys/disklabel.h>
|
||||
#define b_cylin b_resid
|
||||
/*
|
||||
|
@ -15,12 +15,13 @@
|
||||
* written by julian elischer (julian@tfs.com)
|
||||
*
|
||||
* @(#)readMBR.c 8.5 (tfs) 1/21/94
|
||||
* $Id: readMBR.c,v 1.5 1994/10/17 02:31:33 phk Exp $
|
||||
* $Id: readMBR.c,v 1.1 1994/10/27 20:44:50 jkh 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
|
||||
|
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)spec_vnops.c 8.6 (Berkeley) 4/9/94
|
||||
* $Id: spec_vnops.c,v 1.6 1994/10/06 21:06:46 davidg Exp $
|
||||
* $Id: spec_vnops.c,v 1.7 1994/10/10 07:55:41 phk Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -47,6 +47,7 @@
|
||||
#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>
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)ffs_vfsops.c 8.8 (Berkeley) 4/18/94
|
||||
* $Id: ffs_vfsops.c,v 1.9 1994/10/10 01:04:39 phk Exp $
|
||||
* $Id: ffs_vfsops.c,v 1.10 1994/10/22 02:27:35 davidg Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -45,6 +45,7 @@
|
||||
#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>
|
||||
|
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)lfs_vfsops.c 8.7 (Berkeley) 4/16/94
|
||||
* $Id: lfs_vfsops.c,v 1.5 1994/08/20 16:03:26 davidg Exp $
|
||||
* $Id: lfs_vfsops.c,v 1.6 1994/09/21 03:47:39 wollman Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -44,6 +44,7 @@
|
||||
#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>
|
||||
|
Loading…
Reference in New Issue
Block a user