Author: sthibaul-guest
Date: 2009-01-28 03:04:33 +0000 (Wed, 28 Jan 2009)
New Revision: 3261

Added:
   
glibc-package/branches/glibc-2.9/debian/patches/hurd-i386/local-check_native.diff
Modified:
   glibc-package/branches/glibc-2.9/debian/changelog
   glibc-package/branches/glibc-2.9/debian/patches/series
Log:
  * hurd-i386/local-check_native.diff: new patch to provide a dummy
    __check_native() function.


Modified: glibc-package/branches/glibc-2.9/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.9/debian/changelog   2009-01-27 23:19:34 UTC 
(rev 3260)
+++ glibc-package/branches/glibc-2.9/debian/changelog   2009-01-28 03:04:33 UTC 
(rev 3261)
@@ -105,6 +105,8 @@
   * hurd-i386/local-net-headers.diff: new patch to install net/*.h headers.
   * hurd-i386/local-tls-dtv-offset.diff: new patch to fix DTV_OFFSET macro.
   * hurd-i386/local-pthread_posix-option.diff: put back to series.
+  * hurd-i386/local-check_native.diff: new patch to provide a dummy
+    __check_native() function.
 
  -- Aurelien Jarno <[email protected]>  Sun, 25 Jan 2009 11:14:06 +0100
 

Added: 
glibc-package/branches/glibc-2.9/debian/patches/hurd-i386/local-check_native.diff
===================================================================
--- 
glibc-package/branches/glibc-2.9/debian/patches/hurd-i386/local-check_native.diff
                           (rev 0)
+++ 
glibc-package/branches/glibc-2.9/debian/patches/hurd-i386/local-check_native.diff
   2009-01-28 03:04:33 UTC (rev 3261)
@@ -0,0 +1,30 @@
+--- /dev/null  2007-12-29 19:47:02.000000000 +0000
++++ glibc/sysdeps/mach/hurd/check_native.c     2009-01-28 01:29:50.000000000 
+0000
+@@ -0,0 +1,27 @@
++/* Determine whether interfaces use native transport.  Dummy version.
++   Copyright (C) 2008 Free Software Foundation, Inc.
++   This file is part of the GNU C Library.
++
++   The GNU C Library is free software; you can redistribute it and/or
++   modify it under the terms of the GNU Lesser General Public
++   License as published by the Free Software Foundation; either
++   version 2.1 of the License, or (at your option) any later version.
++
++   The GNU C Library is distributed in the hope that it will be useful,
++   but WITHOUT ANY WARRANTY; without even the implied warranty of
++   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
++   Lesser General Public License for more details.
++
++   You should have received a copy of the GNU Lesser General Public
++   License along with the GNU C Library; if not, write to the Free
++   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
++   02111-1307 USA.  */
++
++#include <stdint.h>
++
++void
++__check_native (uint32_t a1_index, int *a1_native,
++              uint32_t a2_index, int *a2_native)
++{
++#warning __check_native() not yet implemented
++}

Modified: glibc-package/branches/glibc-2.9/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.9/debian/patches/series      2009-01-27 
23:19:34 UTC (rev 3260)
+++ glibc-package/branches/glibc-2.9/debian/patches/series      2009-01-28 
03:04:33 UTC (rev 3261)
@@ -91,6 +91,7 @@
 hurd-i386/submitted-dup2-fix.diff
 hurd-i386/local-net-headers.diff
 hurd-i386/local-pthread_posix-option.diff
+hurd-i386/local-check_native.diff
 
 i386/local-biarch.diff
 i386/local-clone.diff


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to