mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 02:35:03 +01:00
* 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:
parent
c9761e828d
commit
138cfe065f
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user