Module Name: src
Committed By: mrg
Date: Sat Dec 16 02:13:13 UTC 2017
Modified Files:
src/sys/dev/pad: pad.c
Log Message:
remove extra #endif left in previous commit.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/dev/pad/pad.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pad/pad.c
diff -u src/sys/dev/pad/pad.c:1.45 src/sys/dev/pad/pad.c:1.46
--- src/sys/dev/pad/pad.c:1.45 Fri Dec 15 23:57:42 2017
+++ src/sys/dev/pad/pad.c Sat Dec 16 02:13:13 2017
@@ -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 <[email protected]>
@@ -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 @@ static const struct cfattachinit pad_cfa
{ NULL, NULL }
};
-#endif
static int
pad_modcmd(modcmd_t cmd, void *arg)