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

r1749 - in glibc-package/branches/glibc-2.4/debian: . patches/any



Author: aurel32
Date: 2006-08-16 13:06:23 +0000 (Wed, 16 Aug 2006)
New Revision: 1749

Modified:
   glibc-package/branches/glibc-2.4/debian/changelog
   glibc-package/branches/glibc-2.4/debian/patches/any/local-sysctl.diff
Log:
  * Update any/local-sysctl.diff to reflect the new port add-on.



Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog	2006-08-16 02:38:54 UTC (rev 1748)
+++ glibc-package/branches/glibc-2.4/debian/changelog	2006-08-16 13:06:23 UTC (rev 1749)
@@ -77,6 +77,7 @@
   * Update any/local-ldso-disable-hwcap.diff.
   * Update any/local-linuxthreads-sizefix.diff.
   * Update any/local-rtld.diff.
+  * Update any/local-sysctl.diff to reflect the new port add-on.
   * Update any/local-version-sanity.diff.
   * Remove any/submitted-eh-frame-terminator.diff (merged upstream).
   * Update any/submitted-nis-netgrp.diff.

Modified: glibc-package/branches/glibc-2.4/debian/patches/any/local-sysctl.diff
===================================================================
--- glibc-package/branches/glibc-2.4/debian/patches/any/local-sysctl.diff	2006-08-16 02:38:54 UTC (rev 1748)
+++ glibc-package/branches/glibc-2.4/debian/patches/any/local-sysctl.diff	2006-08-16 13:06:23 UTC (rev 1749)
@@ -76,9 +76,9 @@
  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
+diff -Nurd glibc-2.3.6.orig/ports/sysdeps/unix/sysv/linux/arm/ioperm.c glibc-2.3.6/ports/sysdeps/unix/sysv/linux/arm/ioperm.c
+--- glibc-2.3.6.orig/ports/sysdeps/unix/sysv/linux/arm/ioperm.c.orig	2006-08-15 18:23:08.715868260 +0200
++++ glibc-2.3.6/ports/sysdeps/unix/sysv/linux/arm/ioperm.c	2006-08-15 19:30:07.215439365 +0200
 @@ -49,6 +49,8 @@
  
  #define PATH_ARM_SYSTYPE	"/etc/arm_systype"



Reply to: