Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux/arch/i386 Some namespace hiding I forgot be...



details:   https://anonhg.NetBSD.org/src/rev/cc4d9fd53c9b
branches:  trunk
changeset: 500612:cc4d9fd53c9b
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Thu Dec 14 18:10:35 2000 +0000

description:
Some namespace hiding I forgot before.

diffstat:

 sys/compat/linux/arch/i386/linux_machdep.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 7f80ef94a232 -r cc4d9fd53c9b sys/compat/linux/arch/i386/linux_machdep.h
--- a/sys/compat/linux/arch/i386/linux_machdep.h        Thu Dec 14 18:10:14 2000 +0000
+++ b/sys/compat/linux/arch/i386/linux_machdep.h        Thu Dec 14 18:10:35 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_machdep.h,v 1.17 2000/12/12 15:11:57 fvdl Exp $  */
+/*     $NetBSD: linux_machdep.h,v 1.18 2000/12/14 18:10:35 mycroft Exp $       */
 
 /*-
  * Copyright (c) 1995, 2000 The NetBSD Foundation, Inc.
@@ -140,6 +140,10 @@
 #define LINUX_IOCTL_MIN_PASS   LINUX_VMWARE_NONE
 #define LINUX_IOCTL_MAX_PASS   (LINUX_VMWARE_LAST+8)
 
+#ifdef _KERNEL
+__BEGIN_DECLS
 void linux_syscall_intern __P((struct proc *));
+__END_DECLS
+#endif /* !_KERNEL */
 
 #endif /* _I386_LINUX_MACHDEP_H */



Home | Main Index | Thread Index | Old Index