From: Ulrich Drepper Date: Mon, 2 Jul 2007 18:34:39 +0000 (+0000) Subject: * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment. X-Git-Tag: cvs/glibc-2_6_1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0b283a86136d9dcb05d3b8ce6ee9adb5c5b1494;p=thirdparty%2Fglibc.git * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment. --- diff --git a/ChangeLog b/ChangeLog index cbfede09107..2f1d93eea8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-07-02 Ulrich Drepper + + * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment. + 2007-06-30 Ulrich Drepper * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC. diff --git a/sysdeps/unix/sysv/linux/bits/socket.h b/sysdeps/unix/sysv/linux/bits/socket.h index ecba5b2a965..201a9793f14 100644 --- a/sysdeps/unix/sysv/linux/bits/socket.h +++ b/sysdeps/unix/sysv/linux/bits/socket.h @@ -63,7 +63,7 @@ enum __socket_type /* Protocol families. */ #define PF_UNSPEC 0 /* Unspecified. */ #define PF_LOCAL 1 /* Local to host (pipes and file-domain). */ -#define PF_UNIX PF_LOCAL /* Old BSD name for PF_LOCAL. */ +#define PF_UNIX PF_LOCAL /* POSIX name for PF_LOCAL. */ #define PF_FILE PF_LOCAL /* Another non-standard name for PF_LOCAL. */ #define PF_INET 2 /* IP protocol family. */ #define PF_AX25 3 /* Amateur Radio AX.25. */