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/30032276bf6c
branches: trunk
changeset: 358176:30032276bf6c
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 bf2470b9b9be -r 30032276bf6c 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