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 extra #endif left in previous commit.



details:   https://anonhg.NetBSD.org/src/rev/8049658dc424
branches:  trunk
changeset: 828477:8049658dc424
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Dec 16 02:13:13 2017 +0000

description:
remove extra #endif left in previous commit.

diffstat:

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

diffs (26 lines):

diff -r ac931f8c5e65 -r 8049658dc424 sys/dev/pad/pad.c
--- a/sys/dev/pad/pad.c Sat Dec 16 01:12:30 2017 +0000
+++ b/sys/dev/pad/pad.c Sat Dec 16 02:13:13 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pad.c,v 1.45 2017/12/15 23:57:42 pgoyette Exp $ */
+/* $NetBSD: pad.c,v 1.46 2017/12/16 02:13:13 mrg 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.45 2017/12/15 23:57:42 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pad.c,v 1.46 2017/12/16 02:13:13 mrg Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -941,7 +941,6 @@
        { NULL, NULL }
 };
 
-#endif
 
 static int
 pad_modcmd(modcmd_t cmd, void *arg)



Home | Main Index | Thread Index | Old Index