Module Name: src
Committed By: njoly
Date: Mon May 17 12:37:20 UTC 2010
Modified Files:
src/sys/rump/include/rump: rump_syscalls.h
Log Message:
Regen for multiple inclusion protection.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/rump/include/rump/rump_syscalls.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/include/rump/rump_syscalls.h
diff -u src/sys/rump/include/rump/rump_syscalls.h:1.23 src/sys/rump/include/rump/rump_syscalls.h:1.24
--- src/sys/rump/include/rump/rump_syscalls.h:1.23 Tue May 11 20:11:47 2010
+++ src/sys/rump/include/rump/rump_syscalls.h Mon May 17 12:37:20 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: rump_syscalls.h,v 1.23 2010/05/11 20:11:47 pooka Exp $ */
+/* $NetBSD: rump_syscalls.h,v 1.24 2010/05/17 12:37:20 njoly Exp $ */
/*
* System call protos in rump namespace.
@@ -7,6 +7,9 @@
* created from NetBSD: syscalls.master,v 1.233 2010/04/21 16:17:04 pooka Exp
*/
+#ifndef _RUMP_RUMP_SYSCALLS_H_
+#define _RUMP_RUMP_SYSCALLS_H_
+
#ifdef _KERNEL
#error Interface not supported inside kernel
#endif /* _KERNEL */
@@ -129,3 +132,5 @@
int rump_sys_mknod(const char *, mode_t, dev_t) __RENAME(rump_sys___mknod50);
int rump_sys_fhstat(const void *, size_t, struct stat *) __RENAME(rump_sys___fhstat50);
int rump_sys_pipe(int *);
+
+#endif /* _RUMP_RUMP_SYSCALLS_H_ */