diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-14 03:37:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-14 03:37:24 +0000 |
commit | b7e4591ecab9c31e7306f57a377a68dd0b6a8c95 (patch) | |
tree | 9a4cde6f2150aa468011cd03ef40a537b7df4a67 /sys/arch/landisk | |
parent | 36bf49767d867ca231436ddd0a357a8103dfc8e4 (diff) |
excessive blank lines making the versions different
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r-- | sys/arch/landisk/landisk/disksubr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/landisk/landisk/disksubr.c b/sys/arch/landisk/landisk/disksubr.c index a4ac5671fce..fc73f3d3ab8 100644 --- a/sys/arch/landisk/landisk/disksubr.c +++ b/sys/arch/landisk/landisk/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.31 2007/06/14 03:35:29 deraadt Exp $ */ +/* $OpenBSD: disksubr.c,v 1.32 2007/06/14 03:37:23 deraadt Exp $ */ /* $NetBSD: disksubr.c,v 1.21 1996/05/03 19:42:03 christos Exp $ */ /* @@ -295,8 +295,6 @@ done: return (msg); } - - /* * Write disk label back to device after modification. * XXX cannot handle OpenBSD partitions in extended partitions! |