r2804 - in glibc-package/trunk/debian: . patches/kfreebsd
Author: aurel32
Date: 2008-02-10 17:27:41 +0000 (Sun, 10 Feb 2008)
New Revision: 2804
Modified:
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
Log:
* kfreebsd/local-sysdeps.diff: update to revision 2129 (from glibc-bsd).
Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog 2008-02-04 21:37:45 UTC (rev 2803)
+++ glibc-package/trunk/debian/changelog 2008-02-10 17:27:41 UTC (rev 2804)
@@ -16,7 +16,7 @@
workaround LL/SC bug on R10k. Closes: #462112.
* patches/mips/submitted-mipsn32.diff: new patch to fix truncate64()
on MIPS n32.
- * kfreebsd/local-sysdeps.diff: update to revision 2117 (from glibc-bsd).
+ * kfreebsd/local-sysdeps.diff: update to revision 2129 (from glibc-bsd).
* patches/any/cvs-epoll_h.diff: new patch from CVS to define EPOLLRDHUP
in /usr/include/sys/epoll.h. Closes: #463342.
* patches/any/submitted-gcc-4.3.diff: pass -isystem option for GCC's
Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff 2008-02-04 21:37:45 UTC (rev 2803)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff 2008-02-10 17:27:41 UTC (rev 2804)
@@ -6142,8 +6142,8 @@
+#endif /* bits/syslog-path.h */
diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/termios.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/termios.h
--- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/termios.h 1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/termios.h 2006-10-18 09:59:57.000000000 +0200
-@@ -0,0 +1,258 @@
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/termios.h 2008-02-10 18:08:48.000000000 +0100
+@@ -0,0 +1,259 @@
+/* termios type and macro definitions. FreeBSD version.
+ Copyright (C) 1993-1994,1996-1997,1999,2001-2002 Free Software Foundation, Inc.
+ This file is part of the GNU C Library.
@@ -6379,6 +6379,7 @@
+#define B3000000 3000000
+#define B3500000 3500000
+#define B4000000 4000000
++#define __MAX_BAUD B4000000
+};
+
+#define _IOT_termios /* Hurd ioctl type field. */ \
Reply to: