summaryrefslogtreecommitdiff
path: root/sys/lkm/misc/example/example_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/lkm/misc/example/example_misc.c')
-rw-r--r--sys/lkm/misc/example/example_misc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/lkm/misc/example/example_misc.c b/sys/lkm/misc/example/example_misc.c
index dd37584c36c..7bd8bd1b332 100644
--- a/sys/lkm/misc/example/example_misc.c
+++ b/sys/lkm/misc/example/example_misc.c
@@ -33,17 +33,17 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $NetBSD: example_misc.c,v 1.4 2005/12/11 12:24:49 christos Exp $
+ * $NetBSD: example_misc.c,v 1.5 2007/12/19 20:31:39 dsl Exp $
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: example_misc.c,v 1.4 2005/12/11 12:24:49 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: example_misc.c,v 1.5 2007/12/19 20:31:39 dsl Exp $");
#include <sys/param.h>
#include <sys/ioctl.h>
#include <sys/systm.h>
-int misccall __P((struct lwp *, void *, register_t *));
+int misccall(struct lwp *, void *, register_t *);
/*
* This is the actual code for system call... it can be static because