Add placeholders for IPX/SPX and AppleTalk priveledges, to avoid
number clashes with any future constants. Suggested by: rwatson
This commit is contained in:
parent
3cbab1b573
commit
960f3d0e06
@ -346,6 +346,11 @@
|
||||
#define PRIV_NET80211_GETKEY 440 /* Query 802.11 keys. */
|
||||
#define PRIV_NET80211_MANAGE 441 /* Administer 802.11. */
|
||||
|
||||
/*
|
||||
* Placeholder for AppleTalk privileges, not supported anymore.
|
||||
*/
|
||||
#define _PRIV_NETATALK_RESERVEDPORT 450 /* Bind low port number. */
|
||||
|
||||
/*
|
||||
* ATM privileges.
|
||||
*/
|
||||
@ -386,6 +391,12 @@
|
||||
#define PRIV_NETINET_SETHDROPTS 505 /* Set certain IPv4/6 header options. */
|
||||
#define PRIV_NETINET_BINDANY 506 /* Allow bind to any address. */
|
||||
|
||||
/*
|
||||
* Placeholders for IPX/SPX privileges, not supported any more.
|
||||
*/
|
||||
#define _PRIV_NETIPX_RESERVEDPORT 520 /* Bind low port number. */
|
||||
#define _PRIV_NETIPX_RAW 521 /* Open netipx raw socket. */
|
||||
|
||||
/*
|
||||
* NCP privileges.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user