[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1987 - in glibc-package/trunk/debian: . patches/any



Author: madcoder
Date: 2007-02-13 19:07:17 +0100 (Tue, 13 Feb 2007)
New Revision: 1987

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/any/local-sysctl.diff
Log:
Closes #410816

  * patches/any/local-sysctl.diff: sysctl is back for good it seems, remove
    the link warning from the patch. Closes: #410816.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-02-13 01:47:31 UTC (rev 1986)
+++ glibc-package/trunk/debian/changelog	2007-02-13 18:07:17 UTC (rev 1987)
@@ -5,6 +5,8 @@
     in sunrpc, backport from glibc-2.5. Closes: #389084.
   * patches/any/cvs-getent-wrong-struct-size.diff: fix a bad struct size in
     nss/getent.c, backport from glibc-2.5. Closes: #347358.
+  * patches/any/local-sysctl.diff: sysctl is back for good it seems, remove
+    the link warning from the patch. Closes: #410816.
 
  -- Pierre Habouzit <madcoder@debian.org>  Mon, 12 Feb 2007 00:23:01 +0100
 

Modified: glibc-package/trunk/debian/patches/any/local-sysctl.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/local-sysctl.diff	2007-02-13 01:47:31 UTC (rev 1986)
+++ glibc-package/trunk/debian/patches/any/local-sysctl.diff	2007-02-13 18:07:17 UTC (rev 1987)
@@ -28,14 +28,6 @@
 +  /* Assume all machines are SMP and/or CMT and/or SMT.  */
 +  return 1;
  }
-diff -Nurd glibc-2.3.6.orig/sysdeps/unix/sysv/linux/sysctl.c glibc-2.3.6/sysdeps/unix/sysv/linux/sysctl.c
---- glibc-2.3.6.orig/sysdeps/unix/sysv/linux/sysctl.c	2005-07-18 05:37:20.000000000 +0200
-+++ glibc-2.3.6/sysdeps/unix/sysv/linux/sysctl.c	2006-08-14 22:12:28.454345256 +0200
-@@ -47,3 +47,4 @@
- }
- libc_hidden_def (__sysctl)
- weak_alias (__sysctl, sysctl)
-+link_warning (sysctl, "the `sysctl' syscall has been removed from 2.6.18+ kernels, direct access to `/proc/sys' should be used instead.")
 diff -Nurd glibc-2.3.6.orig/sysdeps/unix/sysv/linux/arm/ioperm.c glibc-2.3.6/sysdeps/unix/sysv/linux/arm/ioperm.c
 --- glibc-2.3.6.orig/sysdeps/unix/sysv/linux/arm/ioperm.c.orig	2006-08-15 18:23:08.715868260 +0200
 +++ glibc-2.3.6/sysdeps/unix/sysv/linux/arm/ioperm.c	2006-08-15 19:30:07.215439365 +0200



Reply to: