Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pad Remove the correct extra #endif



details:   https://anonhg.NetBSD.org/src/rev/79ff1850246e
branches:  trunk
changeset: 828478:79ff1850246e
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Dec 16 02:45:14 2017 +0000

description:
Remove the correct extra #endif

:)

diffstat:

 sys/dev/pad/pad.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 8049658dc424 -r 79ff1850246e sys/dev/pad/pad.c
--- a/sys/dev/pad/pad.c Sat Dec 16 02:13:13 2017 +0000
+++ b/sys/dev/pad/pad.c Sat Dec 16 02:45:14 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pad.c,v 1.46 2017/12/16 02:13:13 mrg Exp $ */
+/* $NetBSD: pad.c,v 1.47 2017/12/16 02:45:14 pgoyette Exp $ */
 
 /*-
  * Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pad.c,v 1.46 2017/12/16 02:13:13 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pad.c,v 1.47 2017/12/16 02:45:14 pgoyette Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -928,7 +928,6 @@
        },
        { NULL, NULL, 0, 0, NULL, 0, NULL }
 };
-#endif
 
 /* provide the vectors required for config_{init,fini}_component() */
 
@@ -940,7 +939,7 @@
        { "pad", pad_cfattachinit },
        { NULL, NULL }
 };
-
+#endif
 
 static int
 pad_modcmd(modcmd_t cmd, void *arg)



Home | Main Index | Thread Index | Old Index