summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1999-07-28 06:35:06 +0000
committerchristos <christos@NetBSD.org>1999-07-28 06:35:06 +0000
commitfb4ecab4922347618f4e3d8e1145591bd72ba622 (patch)
treec4ef0e11026edae9bb77d3885f32d9c99fe1c584 /sys/dev
parentb0cd4e82f166ed27860cbeaaa6a30399dbe69810 (diff)
make these compile again s/#endif/#else/
again, it is impossible for me to make sure that they work.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/vme/xd.c4
-rw-r--r--sys/dev/vme/xy.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/vme/xd.c b/sys/dev/vme/xd.c
index 950b3dda8b1..d976db8c854 100644
--- a/sys/dev/vme/xd.c
+++ b/sys/dev/vme/xd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: xd.c,v 1.15 1999/06/30 15:07:45 drochner Exp $ */
+/* $NetBSD: xd.c,v 1.16 1999/07/28 06:35:06 christos Exp $ */
/*
*
@@ -339,7 +339,7 @@ xdgetdisklabel(xd, b)
if (sdl->sl_magic == SUN_DKMAGIC) {
xd->pcyl = sdl->sl_pcylinders;
} else
-#endif
+#else
{
printf("%s: WARNING: no `pcyl' in disk label.\n",
xd->sc_dev.dv_xname);
diff --git a/sys/dev/vme/xy.c b/sys/dev/vme/xy.c
index 84dd045a65c..6c2260d4218 100644
--- a/sys/dev/vme/xy.c
+++ b/sys/dev/vme/xy.c
@@ -1,4 +1,4 @@
-/* $NetBSD: xy.c,v 1.12 1999/06/30 15:07:45 drochner Exp $ */
+/* $NetBSD: xy.c,v 1.13 1999/07/28 06:35:06 christos Exp $ */
/*
*
@@ -260,7 +260,7 @@ xygetdisklabel(xy, b)
if (sdl->sl_magic == SUN_DKMAGIC) {
xy->pcyl = sdl->sl_pcylinders;
} else
-#endif
+#else
{
printf("%s: WARNING: no `pcyl' in disk label.\n",
xy->sc_dev.dv_xname);