Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/disklabel Alpha boot block stuff has moved to <sys/boot...



details:   https://anonhg.NetBSD.org/src/rev/5ceea963e21d
branches:  trunk
changeset: 526961:5ceea963e21d
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue May 14 21:27:05 2002 +0000

description:
Alpha boot block stuff has moved to <sys/bootblock.h>

diffstat:

 sbin/disklabel/disklabel.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 43fedf366d08 -r 5ceea963e21d sbin/disklabel/disklabel.c
--- a/sbin/disklabel/disklabel.c        Tue May 14 21:21:45 2002 +0000
+++ b/sbin/disklabel/disklabel.c        Tue May 14 21:27:05 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disklabel.c,v 1.103 2002/04/09 21:08:58 mycroft Exp $  */
+/*     $NetBSD: disklabel.c,v 1.104 2002/05/14 21:27:05 thorpej Exp $  */
 
 /*
  * Copyright (c) 1987, 1993
@@ -47,7 +47,7 @@
 static char sccsid[] = "@(#)disklabel.c        8.4 (Berkeley) 5/4/95";
 /* from static char sccsid[] = "@(#)disklabel.c        1.2 (Symmetric) 11/28/85"; */
 #else
-__RCSID("$NetBSD: disklabel.c,v 1.103 2002/04/09 21:08:58 mycroft Exp $");
+__RCSID("$NetBSD: disklabel.c,v 1.104 2002/05/14 21:27:05 thorpej Exp $");
 #endif
 #endif /* not lint */
 
@@ -60,7 +60,7 @@
 #define FSTYPENAMES
 #include <sys/disklabel.h>
 #ifdef __alpha__
-#include <dev/dec/dec_boot.h>
+#include <sys/bootblock.h>
 #endif
 
 #include <ufs/ufs/dinode.h>



Home | Main Index | Thread Index | Old Index