diff options
| author | dsl <dsl@NetBSD.org> | 2009-11-28 22:11:42 +0000 |
|---|---|---|
| committer | dsl <dsl@NetBSD.org> | 2009-11-28 22:11:42 +0000 |
| commit | ea4ea02d98eba2e67dc5d45fd8d866cafc00e497 (patch) | |
| tree | b917c90b2d9b898a3e28c2df3d7ab1a008bf6cf3 /sys/compat/linux/common/linux_socket.h | |
| parent | d671d748d9163e2ce048f348670542badb74435d (diff) | |
Add LINUX_SIOCGIFMTU and LINUX_IP_HDRINCL support.
Fixes part of PR/31358
The other parts are rather too intrusive to be fixed as in the PR.
Diffstat (limited to 'sys/compat/linux/common/linux_socket.h')
| -rw-r--r-- | sys/compat/linux/common/linux_socket.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/linux/common/linux_socket.h b/sys/compat/linux/common/linux_socket.h index b973be9a9f5..248234f4149 100644 --- a/sys/compat/linux/common/linux_socket.h +++ b/sys/compat/linux/common/linux_socket.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_socket.h,v 1.18 2009/06/17 14:18:51 njoly Exp $ */ +/* $NetBSD: linux_socket.h,v 1.19 2009/11/28 22:11:42 dsl Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -103,6 +103,7 @@ #define LINUX_IP_TOS 1 #define LINUX_IP_TTL 2 +#define LINUX_IP_HDRINCL 3 #define LINUX_IP_MULTICAST_IF 32 #define LINUX_IP_MULTICAST_TTL 33 #define LINUX_IP_MULTICAST_LOOP 34 |
