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]

GNU C Library master sources branch master updated. glibc-2.16-ports-merge-581-g4078da3


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 "GNU C Library master sources".

The branch, master has been updated
       via  4078da3d4ed94e148986b50f4fbaf9cca87fc52c (commit)
      from  53176cd906c7902dfcbbe2086384433c6c65a12d (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.git;a=commitdiff;h=4078da3d4ed94e148986b50f4fbaf9cca87fc52c

commit 4078da3d4ed94e148986b50f4fbaf9cca87fc52c
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Thu Nov 1 09:14:30 2012 +0100

    Fix a compilation error in the Hurd's bits/param.h.
    
    Introduced in the unification in commit
    e66a42f57fd20d1c7bbdc5f7937831d13bcf709b.

diff --git a/ChangeLog b/ChangeLog
index c1fbbe2..b205a57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
+
+	* sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
+
 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
@@ -2518,7 +2522,7 @@
 	* sysdeps/unix/sysv/linux/bits/param.h: New file.
 	* sysdeps/unix/sysv/linux/sys/param.h: File removed.
 	* sysdeps/mach/hurd/bits/param.h: New file.
-	* sysdeps/mach/hurd/sys/param.h: New file.
+	* sysdeps/mach/hurd/sys/param.h: File removed.
 
 	* elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
 	last change.
diff --git a/sysdeps/mach/hurd/bits/param.h b/sysdeps/mach/hurd/bits/param.h
index d52c1ed..2f53f68 100644
--- a/sysdeps/mach/hurd/bits/param.h
+++ b/sysdeps/mach/hurd/bits/param.h
@@ -83,5 +83,3 @@
 
 #define	FSHIFT	11		/* Bits to right of fixed binary point.  */
 #define FSCALE	(1<<FSHIFT)
-
-#endif	 /* sys/param.h */

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

Summary of changes:
 ChangeLog                      |    6 +++++-
 sysdeps/mach/hurd/bits/param.h |    2 --
 2 files changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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