Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/putter Revert my fix.
details: https://anonhg.NetBSD.org/src/rev/694f39e0ad98
branches: trunk
changeset: 761730:694f39e0ad98
user: haad <haad%NetBSD.org@localhost>
date: Sun Feb 06 14:29:25 2011 +0000
description:
Revert my fix.
diffstat:
sys/dev/putter/putter.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 2c1f7854c7a0 -r 694f39e0ad98 sys/dev/putter/putter.c
--- a/sys/dev/putter/putter.c Sun Feb 06 14:26:09 2011 +0000
+++ b/sys/dev/putter/putter.c Sun Feb 06 14:29:25 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: putter.c,v 1.30 2011/02/06 01:28:16 haad Exp $ */
+/* $NetBSD: putter.c,v 1.31 2011/02/06 14:29:25 haad Exp $ */
/*
* Copyright (c) 2006, 2007 Antti Kantee. All Rights Reserved.
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: putter.c,v 1.30 2011/02/06 01:28:16 haad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: putter.c,v 1.31 2011/02/06 14:29:25 haad Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -644,7 +644,7 @@
return i;
}
-MODULE(MODULE_CLASS_DRIVER, putter, "puffs");
+MODULE(MODULE_CLASS_DRIVER, putter, NULL);
static int
putter_modcmd(modcmd_t cmd, void *arg)
Home |
Main Index |
Thread Index |
Old Index