Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/putter Putter depends on puffs add missing dependience.
details: https://anonhg.NetBSD.org/src/rev/6bc53b98a40a
branches: trunk
changeset: 761716:6bc53b98a40a
user: haad <haad%NetBSD.org@localhost>
date: Sun Feb 06 01:28:16 2011 +0000
description:
Putter depends on puffs add missing dependience.
diffstat:
sys/dev/putter/putter.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 6a52dabc2e5c -r 6bc53b98a40a sys/dev/putter/putter.c
--- a/sys/dev/putter/putter.c Sun Feb 06 01:13:42 2011 +0000
+++ b/sys/dev/putter/putter.c Sun Feb 06 01:28:16 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: putter.c,v 1.29 2010/08/27 07:40:01 pooka Exp $ */
+/* $NetBSD: putter.c,v 1.30 2011/02/06 01:28:16 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.29 2010/08/27 07:40:01 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: putter.c,v 1.30 2011/02/06 01:28:16 haad Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -644,7 +644,7 @@
return i;
}
-MODULE(MODULE_CLASS_DRIVER, putter, NULL);
+MODULE(MODULE_CLASS_DRIVER, putter, "puffs");
static int
putter_modcmd(modcmd_t cmd, void *arg)
Home |
Main Index |
Thread Index |
Old Index