Include <sys/disk.h>.

This commit is contained in:
thorpej 2003-05-12 14:48:12 +00:00
parent af0f8cc629
commit f4ca0d67fe
8 changed files with 17 additions and 9 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: disksubr.c,v 1.12 2003/05/10 23:12:31 thorpej Exp $ */
/* $NetBSD: disksubr.c,v 1.13 2003/05/12 14:48:12 thorpej Exp $ */
/*
* Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@ -39,6 +39,7 @@
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/disklabel.h>
#include <sys/disk.h>
#include <sys/syslog.h>
#include "opt_mbr.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: disksubr.c,v 1.16 2003/05/10 23:12:32 thorpej Exp $ */
/* $NetBSD: disksubr.c,v 1.17 2003/05/12 14:48:13 thorpej Exp $ */
/*
* Copyright (c) 1982, 1986, 1988, 1993
@ -41,12 +41,13 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.16 2003/05/10 23:12:32 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.17 2003/05/12 14:48:13 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/disklabel.h>
#include <sys/disk.h>
#include <sys/syslog.h>
#define b_cylinder b_resid

View File

@ -1,4 +1,4 @@
/* $NetBSD: disksubr.c,v 1.5 2003/05/10 23:12:35 thorpej Exp $ */
/* $NetBSD: disksubr.c,v 1.6 2003/05/12 14:48:13 thorpej Exp $ */
/*
* Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@ -39,6 +39,7 @@
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/disklabel.h>
#include <sys/disk.h>
#include <sys/syslog.h>
#include "opt_mbr.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: disksubr.c,v 1.4 2003/05/10 23:12:37 thorpej Exp $ */
/* $NetBSD: disksubr.c,v 1.5 2003/05/12 14:48:13 thorpej Exp $ */
/*
* Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@ -39,6 +39,7 @@
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/disklabel.h>
#include <sys/disk.h>
#include <sys/syslog.h>
#include "opt_mbr.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: disksubr.c,v 1.7 2003/05/10 23:12:38 thorpej Exp $ */
/* $NetBSD: disksubr.c,v 1.8 2003/05/12 14:48:13 thorpej Exp $ */
/*
* Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@ -39,6 +39,7 @@
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/disklabel.h>
#include <sys/disk.h>
#include <sys/syslog.h>
#include "opt_mbr.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: disksubr.c,v 1.5 2003/05/10 23:12:38 thorpej Exp $ */
/* $NetBSD: disksubr.c,v 1.6 2003/05/12 14:48:14 thorpej Exp $ */
/*
* Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@ -39,6 +39,7 @@
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/disklabel.h>
#include <sys/disk.h>
#include <sys/syslog.h>
#include "opt_mbr.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: disksubr.c,v 1.12 2003/05/10 23:12:39 thorpej Exp $ */
/* $NetBSD: disksubr.c,v 1.13 2003/05/12 14:48:14 thorpej Exp $ */
/*
* Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@ -41,6 +41,7 @@
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/disklabel.h>
#include <sys/disk.h>
#include <sys/syslog.h>
#include <machine/bswap.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: disksubr.c,v 1.34 2003/05/10 23:12:42 thorpej Exp $ */
/* $NetBSD: disksubr.c,v 1.35 2003/05/12 14:48:14 thorpej Exp $ */
/*
* Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@ -40,6 +40,7 @@
#include <sys/buf.h>
#include <sys/dkbad.h>
#include <sys/disklabel.h>
#include <sys/disk.h>
#include <sys/syslog.h>
#include <sys/proc.h>
#include <sys/user.h>