Module Name: src
Committed By: dsl
Date: Sun Jun 3 10:59:44 UTC 2012
Modified Files:
src/tests/modules/k_helper: k_helper.c
Log Message:
Fix build - delete extra &
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/modules/k_helper/k_helper.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/modules/k_helper/k_helper.c
diff -u src/tests/modules/k_helper/k_helper.c:1.5 src/tests/modules/k_helper/k_helper.c:1.6
--- src/tests/modules/k_helper/k_helper.c:1.5 Wed Nov 3 16:10:23 2010
+++ src/tests/modules/k_helper/k_helper.c Sun Jun 3 10:59:44 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: k_helper.c,v 1.5 2010/11/03 16:10:23 christos Exp $ */
+/* $NetBSD: k_helper.c,v 1.6 2012/06/03 10:59:44 dsl Exp $ */
/*
* Copyright (c) 2008 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: k_helper.c,v 1.5 2010/11/03 16:10:23 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: k_helper.c,v 1.6 2012/06/03 10:59:44 dsl Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@@ -88,7 +88,7 @@ SYSCTL_SETUP(sysctl_k_helper_setup, "sys
CTLFLAG_PERMANENT,
CTLTYPE_STRING, "prop_str_val",
SYSCTL_DESCR("String property's value"),
- NULL, 0, &prop_str_val, 0,
+ NULL, 0, prop_str_val, 0,
CTL_VENDOR, K_HELPER, K_HELPER_PROP_STR_VAL, CTL_EOL);
sysctl_createv(clog, 0, NULL, NULL,