Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/include/rump Regen for multiple inclusion protection.
details: https://anonhg.NetBSD.org/src/rev/2ff39923fcfd
branches: trunk
changeset: 754949:2ff39923fcfd
user: njoly <njoly%NetBSD.org@localhost>
date: Mon May 17 12:37:20 2010 +0000
description:
Regen for multiple inclusion protection.
diffstat:
sys/rump/include/rump/rump_syscalls.h | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 9bd918b682a3 -r 2ff39923fcfd sys/rump/include/rump/rump_syscalls.h
--- a/sys/rump/include/rump/rump_syscalls.h Mon May 17 12:35:20 2010 +0000
+++ b/sys/rump/include/rump/rump_syscalls.h Mon May 17 12:37:20 2010 +0000
@@ -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_ */
Home |
Main Index |
Thread Index |
Old Index