diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1999-05-14 00:41:02 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1999-05-14 00:41:02 +0000 |
| commit | efa2e2d658ee6fedf729e479ca7349a1b8ed6843 (patch) | |
| tree | 75de6e846d8491517f6a665991914c6a36cd98a5 | |
| parent | 3bc1b1bb27445146121dece6c6548093d1eb867a (diff) | |
Notes
| -rw-r--r-- | sys/alpha/alpha/diskslice_machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/alpha/diskslice_machdep.c b/sys/alpha/alpha/diskslice_machdep.c index e9eaa75e977e..43103673d760 100644 --- a/sys/alpha/alpha/diskslice_machdep.c +++ b/sys/alpha/alpha/diskslice_machdep.c @@ -36,10 +36,11 @@ * from: @(#)ufs_disksubr.c 7.16 (Berkeley) 5/4/91 * from: ufs_disksubr.c,v 1.8 1994/06/07 01:21:39 phk Exp $ * from: i386/isa Id: diskslice_machdep.c,v 1.31 1998/08/10 07:22:14 phk Exp - * $Id: diskslice_machdep.c,v 1.6 1998/12/04 22:54:42 archie Exp $ + * $Id: diskslice_machdep.c,v 1.7 1999/05/10 16:00:01 peter Exp $ */ #include <sys/param.h> +#include <sys/systm.h> #include <sys/buf.h> #include <sys/conf.h> #include <sys/disklabel.h> @@ -49,7 +50,6 @@ #include <sys/diskslice.h> #include <sys/malloc.h> #include <sys/syslog.h> -#include <sys/systm.h> #define TRACE(str) do { if (dsi_debug) printf str; } while (0) |
