* 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
This commit is contained in:
Axel Dörfler 2010-12-09 00:09:00 +00:00
parent c9761e828d
commit 138cfe065f

View File

@ -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 */