diff options
author | shin <shin@FreeBSD.org> | 1999-11-30 16:24:36 +0000 |
---|---|---|
committer | shin <shin@FreeBSD.org> | 1999-11-30 16:24:36 +0000 |
commit | 9298d6c8c5d97e7f35ba25b4eb81fb2231002e86 (patch) | |
tree | e38c3926a6ec7ce9e9bde58e78ef4b93d6f31ae5 /sys/netinet6 | |
parent | 7fecd4994597b3ca71fd3d28dafd18b8f04895b3 (diff) | |
download | FreeBSD-src-9298d6c8c5d97e7f35ba25b4eb81fb2231002e86.zip FreeBSD-src-9298d6c8c5d97e7f35ba25b4eb81fb2231002e86.tar.gz |
Just to avoid warning message about trigraph.
Commented by: green
Diffstat (limited to 'sys/netinet6')
-rw-r--r-- | sys/netinet6/in6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/in6.c b/sys/netinet6/in6.c index 291b672..e18b14f 100644 --- a/sys/netinet6/in6.c +++ b/sys/netinet6/in6.c @@ -889,7 +889,7 @@ in6_control(so, cmd, data, ifp, p) /* * SIOC[GAD]LIFADDR. - * SIOCGLIFADDR: get first address. (???) + * SIOCGLIFADDR: get first address. (?!?) * SIOCGLIFADDR with IFLR_PREFIX: * get first address that matches the specified prefix. * SIOCALIFADDR: add the specified address. |