summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/stand/wrtvid/disklabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme88k/stand/wrtvid/disklabel.h')
-rw-r--r--sys/arch/mvme88k/stand/wrtvid/disklabel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mvme88k/stand/wrtvid/disklabel.h b/sys/arch/mvme88k/stand/wrtvid/disklabel.h
index 1e555020e1f..8f064316489 100644
--- a/sys/arch/mvme88k/stand/wrtvid/disklabel.h
+++ b/sys/arch/mvme88k/stand/wrtvid/disklabel.h
@@ -1,9 +1,9 @@
-/* $OpenBSD: disklabel.h,v 1.4 2003/06/03 21:09:01 deraadt Exp $ */
+/* $OpenBSD: disklabel.h,v 1.5 2006/05/16 22:52:26 miod Exp $ */
/*
* Copyright (c) 1996 Nivas Madhur
* Copyright (c) 1995 Dale Rahn.
* All rights reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -25,7 +25,7 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
+ */
#ifndef _MACHINE_DISKLABEL_H_
#define _MACHINE_DISKLABEL_H_
@@ -40,7 +40,7 @@
#define MAXPARTITIONS (1 << PARTITIONSHIFT) /* number of partitions */
#define RAW_PART 2 /* raw partition: xx?c */
-/*
+/*
* used to encode disk minor numbers
* this should probably be moved to sys/disklabel.h
*/