From 051bb0bb6443d7c9d2e3cdf61e0277a68e1b3e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 15 Oct 2008 12:33:59 +0000 Subject: [PATCH] * Added a comment to SO_BINDTODEVICE. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28128 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/posix/sys/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/posix/sys/socket.h b/headers/posix/sys/socket.h index 95f676edf9..3480c538a2 100644 --- a/headers/posix/sys/socket.h +++ b/headers/posix/sys/socket.h @@ -68,7 +68,7 @@ typedef uint32_t socklen_t; #define SO_ERROR 0x40000007 /* get error status and clear */ #define SO_TYPE 0x40000008 /* get socket type */ #define SO_NONBLOCK 0x40000009 -#define SO_BINDTODEVICE 0x4000000a +#define SO_BINDTODEVICE 0x4000000a /* binds the socket to a specific device index */ #define SO_PEERCRED 0x4000000b /* get peer credentials, param: ucred */ /* Shutdown options */