Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/compat/linux/common Pull up revision 1.10 (requeste...
details: https://anonhg.NetBSD.org/src/rev/8cad16a054d5
branches: netbsd-1-5
changeset: 491002:8cad16a054d5
user: he <he%NetBSD.org@localhost>
date: Fri Mar 30 21:45:33 2001 +0000
description:
Pull up revision 1.10 (requested by fvdl):
Add some required Linux emulation bits to support the Linux
version of VMware.
diffstat:
sys/compat/linux/common/linux_types.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 5e22404f7668 -r 8cad16a054d5 sys/compat/linux/common/linux_types.h
--- a/sys/compat/linux/common/linux_types.h Fri Mar 30 21:45:08 2001 +0000
+++ b/sys/compat/linux/common/linux_types.h Fri Mar 30 21:45:33 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_types.h,v 1.9 1998/10/07 23:11:13 erh Exp $ */
+/* $NetBSD: linux_types.h,v 1.9.22.1 2001/03/30 21:45:33 he Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -68,6 +68,10 @@
char l_domainname[65];
};
+extern char linux_sysname[];
+extern char linux_release[];
+extern char linux_version[];
+
struct linux_tms {
linux_clock_t ltms_utime;
linux_clock_t ltms_stime;
Home |
Main Index |
Thread Index |
Old Index