Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/vme make these compile again s/#endif/#else/



details:   https://anonhg.NetBSD.org/src/rev/8cb297d05f96
branches:  trunk
changeset: 474977:8cb297d05f96
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jul 28 06:35:06 1999 +0000

description:
make these compile again s/#endif/#else/
again, it is impossible for me to make sure that they work.

diffstat:

 sys/dev/vme/xd.c |  4 ++--
 sys/dev/vme/xy.c |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 86097a02b662 -r 8cb297d05f96 sys/dev/vme/xd.c
--- a/sys/dev/vme/xd.c  Wed Jul 28 05:56:07 1999 +0000
+++ b/sys/dev/vme/xd.c  Wed Jul 28 06:35:06 1999 +0000
@@ -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 @@
        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 -r 86097a02b662 -r 8cb297d05f96 sys/dev/vme/xy.c
--- a/sys/dev/vme/xy.c  Wed Jul 28 05:56:07 1999 +0000
+++ b/sys/dev/vme/xy.c  Wed Jul 28 06:35:06 1999 +0000
@@ -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 @@
        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);



Home | Main Index | Thread Index | Old Index