Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/compat/linux/common Pull up revision 1.9 (requested...
details: https://anonhg.NetBSD.org/src/rev/58039f72e0c9
branches: netbsd-1-4
changeset: 470023:58039f72e0c9
user: he <he%NetBSD.org@localhost>
date: Sat Jan 15 16:15:17 2000 +0000
description:
Pull up revision 1.9 (requested by joda):
Implement the SIOCGIFHWADDR Linux ioctl, allowing installation
of Matlab (after convincing the install script it is running on
a supported platform).
diffstat:
sys/compat/linux/common/linux_sockio.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 9a5c0b63c5ac -r 58039f72e0c9 sys/compat/linux/common/linux_sockio.h
--- a/sys/compat/linux/common/linux_sockio.h Sat Jan 15 16:07:44 2000 +0000
+++ b/sys/compat/linux/common/linux_sockio.h Sat Jan 15 16:15:17 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_sockio.h,v 1.8 1998/10/04 00:02:44 fvdl Exp $ */
+/* $NetBSD: linux_sockio.h,v 1.8.6.1 2000/01/15 16:15:17 he Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -47,5 +47,6 @@
#define LINUX_SIOCGIFNETMASK _LINUX_IO(0x89, 0x1b)
#define LINUX_SIOCADDMULTI _LINUX_IO(0x89, 0x31)
#define LINUX_SIOCDELMULTI _LINUX_IO(0x89, 0x32)
+#define LINUX_SIOCGIFHWADDR _LINUX_IO(0x89, 0x27)
#endif /* !_LINUX_SOCKIO_H */
Home |
Main Index |
Thread Index |
Old Index