From: Carlos O'Donell Date: Sun, 15 Nov 2009 20:53:20 +0000 (-0500) Subject: Move socket.h to bits/socket.h X-Git-Tag: glibc-2.16-ports-before-merge~572 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8b2e2b9d1150e734b0469eb9559713beebc0c29;p=thirdparty%2Fglibc.git Move socket.h to bits/socket.h Place socket.h in the correct location. 2009-11-15 Carlos O'Donell [BZ #6676] * sysdeps/unix/sysv/linux/hppa/socket.h: Move from here... * sysdeps/unix/sysv/linux/hppa/bits/socket.h: ... to here. --- diff --git a/ChangeLog.hppa b/ChangeLog.hppa index 3d708124656..dbd0ed5595e 100644 --- a/ChangeLog.hppa +++ b/ChangeLog.hppa @@ -1,3 +1,10 @@ +2009-11-15 Carlos O'Donell + + [BZ #6676] + + * sysdeps/unix/sysv/linux/hppa/socket.h: Move from here... + * sysdeps/unix/sysv/linux/hppa/bits/socket.h: ... to here. + 2009-11-15 Carlos O'Donell * sysdeps/unix/sysv/linux/hppa/Versions (libc): Add diff --git a/sysdeps/unix/sysv/linux/hppa/socket.h b/sysdeps/unix/sysv/linux/hppa/bits/socket.h similarity index 100% rename from sysdeps/unix/sysv/linux/hppa/socket.h rename to sysdeps/unix/sysv/linux/hppa/bits/socket.h