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

r1988 - in glibc-package/branches/glibc-2.5/debian: . patches/any



Author: madcoder
Date: 2007-02-13 19:10:42 +0100 (Tue, 13 Feb 2007)
New Revision: 1988

Modified:
   glibc-package/branches/glibc-2.5/debian/changelog
   glibc-package/branches/glibc-2.5/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/branches/glibc-2.5/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.5/debian/changelog	2007-02-13 18:07:17 UTC (rev 1987)
+++ glibc-package/branches/glibc-2.5/debian/changelog	2007-02-13 18:10:42 UTC (rev 1988)
@@ -147,6 +147,8 @@
   * patches/any/submitted-date-and-unknown-tz.diff: fix date output in case of
     an unknown timezone in $TZ, submitted upstream as #4028.
     Closes: #55648, #119540, #269238.
+  * patches/any/local-sysctl.diff: sysctl is back for good it seems, remove
+    the link warning from the patch. Closes: #410816.
 
  -- Aurelien Jarno <aurel32@debian.org>  Wed,  7 Feb 2007 13:56:40 +0100
 

Modified: glibc-package/branches/glibc-2.5/debian/patches/any/local-sysctl.diff
===================================================================
--- glibc-package/branches/glibc-2.5/debian/patches/any/local-sysctl.diff	2007-02-13 18:07:17 UTC (rev 1987)
+++ glibc-package/branches/glibc-2.5/debian/patches/any/local-sysctl.diff	2007-02-13 18:10:42 UTC (rev 1988)
@@ -29,15 +29,6 @@
 +  /* Assume all machines are SMP and/or CMT and/or SMT.  */
 +  return 1;
  }
-Index: sysdeps/unix/sysv/linux/sysctl.c
-===================================================================
---- sysdeps/unix/sysv/linux/sysctl.c.orig
-+++ sysdeps/unix/sysv/linux/sysctl.c
-@@ -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.")
 Index: ports/sysdeps/unix/sysv/linux/arm/ioperm.c
 ===================================================================
 --- ports/sysdeps/unix/sysv/linux/arm/ioperm.c.orig



Reply to: