From 138cfe065ff76cca0027b97cb1f848b9c64587e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 9 Dec 2010 00:09:00 +0000 Subject: [PATCH] * Changed IFM_GMASK to the same value as in FreeBSD. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39781 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/posix/net/if_media.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/posix/net/if_media.h b/headers/posix/net/if_media.h index dc08d0107f..4e70897c6a 100644 --- a/headers/posix/net/if_media.h +++ b/headers/posix/net/if_media.h @@ -44,7 +44,7 @@ #define IFM_NMASK 0x000000e0 /* Media type */ #define IFM_TMASK 0x0000001f /* Media subtype */ #define IFM_OMASK 0x0000ff00 /* Type specific options */ -#define IFM_GMASK 0xffff0000 /* Generic options */ +#define IFM_GMASK 0x0ff00000 /* Generic options */ /* Macros for the masks */