diff options
author | pjd <pjd@FreeBSD.org> | 2007-02-27 23:38:58 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2007-02-27 23:38:58 +0000 |
commit | a937285704d5e4d18c46d9c1a490a7a387a22325 (patch) | |
tree | 86501e8816912d3ecfeafeb7b4fdbe7750375067 /sys | |
parent | 2b6f6866c41d06862fcb4dd802bbb29fc7e0648e (diff) | |
download | FreeBSD-src-a937285704d5e4d18c46d9c1a490a7a387a22325.zip FreeBSD-src-a937285704d5e4d18c46d9c1a490a7a387a22325.tar.gz |
Add a comment for PRIV_NET_SETLLADDR.
OK'ed by: rwatson
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/priv.h b/sys/sys/priv.h index 165bf9e..e9f620a 100644 --- a/sys/sys/priv.h +++ b/sys/sys/priv.h @@ -303,7 +303,7 @@ #define PRIV_NET_ADDMULTI 405 /* Add multicast addr. to ifnet. */ #define PRIV_NET_DELMULTI 406 /* Delete multicast addr. from ifnet. */ #define PRIV_NET_HWIOCTL 407 /* Issue hardware ioctl on ifnet. */ -#define PRIV_NET_SETLLADDR 408 +#define PRIV_NET_SETLLADDR 408 /* Set interface link-level address. */ #define PRIV_NET_ADDIFGROUP 409 /* Add new interface group. */ #define PRIV_NET_DELIFGROUP 410 /* Delete interface group. */ #define PRIV_NET_IFCREATE 411 /* Create cloned interface. */ |