This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Community source repository for glibc add-on ports branch, master, updated. glibc-2.10.1-49-gb8b2e2b


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Community source repository for glibc add-on ports".

The branch, master has been updated
       via  b8b2e2b9d1150e734b0469eb9559713beebc0c29 (commit)
      from  c832a3a9b7a864fd875079f8525a38f0fba05535 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc-ports.git;a=commitdiff;h=b8b2e2b9d1150e734b0469eb9559713beebc0c29

commit b8b2e2b9d1150e734b0469eb9559713beebc0c29
Author: Carlos O'Donell <carlos@systemhalted.org>
Date:   Sun Nov 15 15:53:20 2009 -0500

    Move socket.h to bits/socket.h
    
    Place socket.h in the correct location.
    
    2009-11-15  Carlos O'Donell  <carlos@codesourcery.com>
    
    	[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 3d70812..dbd0ed5 100644
--- a/ChangeLog.hppa
+++ b/ChangeLog.hppa
@@ -1,5 +1,12 @@
 2009-11-15  Carlos O'Donell  <carlos@codesourcery.com>
 
+	[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  <carlos@codesourcery.com>
+
 	* sysdeps/unix/sysv/linux/hppa/Versions (libc): Add 
 	fallocate64@@GLIBC_2.11.
 	* sysdeps/unix/sysv/linux/hppa/bits/fcntl.h
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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog.hppa                                   |    7 +++++++
 sysdeps/unix/sysv/linux/hppa/{ => bits}/socket.h |    0
 2 files changed, 7 insertions(+), 0 deletions(-)
 rename sysdeps/unix/sysv/linux/hppa/{ => bits}/socket.h (100%)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]