Module Name:    src
Committed By:   christos
Date:           Sun Apr  3 01:00:26 UTC 2016

Modified Files:
        src/sys/kern: syscalls.master

Log Message:
include <sys/idtype.h>


To generate a diff of this commit:
cvs rdiff -u -r1.282 -r1.283 src/sys/kern/syscalls.master

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/syscalls.master
diff -u src/sys/kern/syscalls.master:1.282 src/sys/kern/syscalls.master:1.283
--- src/sys/kern/syscalls.master:1.282	Sat Apr  2 17:01:32 2016
+++ src/sys/kern/syscalls.master	Sat Apr  2 21:00:26 2016
@@ -1,4 +1,4 @@
-	$NetBSD: syscalls.master,v 1.282 2016/04/02 21:01:32 christos Exp $
+	$NetBSD: syscalls.master,v 1.283 2016/04/03 01:00:26 christos Exp $
 
 ;	@(#)syscalls.master	8.2 (Berkeley) 1/13/94
 
@@ -55,6 +55,7 @@
 #include <sys/socket.h>
 #include <sys/mount.h>
 #include <sys/sched.h>
+#include <sys/idtype.h>
 #include <sys/syscallargs.h>
 
 %%

Reply via email to