diff options
author | 1997-05-31 06:17:10 +0000 | |
---|---|---|
committer | 1997-05-31 06:17:10 +0000 | |
commit | 1f42a01130667b7192358de93ba422af8f68bea1 (patch) | |
tree | 41d662bb74a12f3e8cd0803d3009128d2ad59e32 | |
parent | s/illegal/invalid/; jtc (diff) | |
download | wireguard-openbsd-1f42a01130667b7192358de93ba422af8f68bea1.tar.xz wireguard-openbsd-1f42a01130667b7192358de93ba422af8f68bea1.zip |
kill spaces in fstypenames[] entries; abs@mono.org
-rw-r--r-- | sys/sys/disklabel.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h index 8e3692c1707..a14cd2d5cac 100644 --- a/sys/sys/disklabel.h +++ b/sys/sys/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.11 1996/12/05 13:08:47 deraadt Exp $ */ +/* $OpenBSD: disklabel.h,v 1.12 1997/05/31 06:17:10 deraadt Exp $ */ /* $NetBSD: disklabel.h,v 1.41 1996/05/10 23:07:37 mark Exp $ */ /* @@ -242,11 +242,11 @@ static char *dktypenames[] = { static char *fstypenames[] = { "unused", "swap", - "Version 6", - "Version 7", - "System V", + "Version6", + "Version7", + "SystemV", "4.1BSD", - "Eighth Edition", + "Eighth-Edition", "4.2BSD", "MSDOS", "4.4LFS", |