]> git.pld-linux.org Git - packages/glibc.git/commitdiff
outdated patches
authorArtur Frysiak <artur@frysiak.net>
Fri, 27 Apr 2001 12:19:49 +0000 (12:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc-ftruncate.patch -> 1.2
    glibc-inet_addr.patch -> 1.2
    glibc-memusage.patch -> 1.2

glibc-ftruncate.patch [deleted file]
glibc-inet_addr.patch [deleted file]
glibc-memusage.patch [deleted file]

diff --git a/glibc-ftruncate.patch b/glibc-ftruncate.patch
deleted file mode 100644 (file)
index 88386a1..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-2001-02-16  Jakub Jelinek  <jakub@redhat.com>
-
-       * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Add
-       __ftruncate64 alias.
-       * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (ftruncate):
-       Likewise.
-
---- libc/sysdeps/unix/sysv/linux/alpha/syscalls.list.jj        Fri Aug 25 19:17:40 2000
-+++ libc/sysdeps/unix/sysv/linux/alpha/syscalls.list   Fri Feb 16 11:57:11 2001
-@@ -26,7 +26,7 @@ fstatfs              -       fstatfs         2       __fstatfs       fstatfs 
- statfs                -       statfs          2       __statfs        statfs statfs64
- getrlimit     -       getrlimit       2       __getrlimit     getrlimit getrlimit64
- setrlimit     -       setrlimit       2       __setrlimit     setrlimit64 setrlimit
--ftruncate     -       ftruncate       2       __ftruncate     ftruncate ftruncate64
-+ftruncate     -       ftruncate       2       __ftruncate     ftruncate __ftruncate64 ftruncate64
- truncate      -       truncate        2       truncate        truncate64
- # these are actually common with the x86:
---- libc/sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list.jj        Fri Aug 25 18:59:54 2000
-+++ libc/sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list   Fri Feb 16 11:57:52 2001
-@@ -8,7 +8,7 @@ fstatfs                -       fstatfs         2       __fstatfs       fstatfs 
- statfs                -       statfs          2       __statfs        statfs statfs64
- getrlimit     -       getrlimit       2       __getrlimit     getrlimit getrlimit64
- setrlimit     -       setrlimit       2       __setrlimit     setrlimit64 setrlimit
--ftruncate     -       ftruncate       2       __ftruncate     ftruncate ftruncate64
-+ftruncate     -       ftruncate       2       __ftruncate     ftruncate __ftruncate64 ftruncate64
- truncate      -       truncate        2       truncate        truncate64
- mmap          -       mmap            6       __mmap          mmap __mmap64 mmap64
diff --git a/glibc-inet_addr.patch b/glibc-inet_addr.patch
deleted file mode 100644 (file)
index 52e3b85..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- resolv/inet_addr.c.org     Sun Mar  4 00:45:06 2001
-+++ resolv/inet_addr.c Sun Mar  4 01:21:39 2001
-@@ -183,7 +183,7 @@
-                        *      a.b.c   (with c treated as 16 bits)
-                        *      a.b     (with b treated as 24 bits)
-                        */
--                      if (pp > res.bytes + 3 || val > 0xff)
-+                      if (pp > res.bytes + 2 || val > 0xff)
-                               goto ret_0;
-                       *pp++ = val;
-                       c = *++cp;
diff --git a/glibc-memusage.patch b/glibc-memusage.patch
deleted file mode 100644 (file)
index 73600bf..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN glibc-2.2.org/malloc/memusage.sh glibc-2.2/malloc/memusage.sh
---- glibc-2.2.org/malloc/memusage.sh   Wed Jan 10 11:45:39 2001
-+++ glibc-2.2/malloc/memusage.sh       Wed Jan 10 11:45:51 2001
-@@ -18,7 +18,7 @@
- # write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- # Boston, MA 02111-1307, USA.
--memusageso=@LIBDIR@/libmemusage.so
-+memusageso=/usr/lib/libmemusage.so
- memusagestat=@BINDIR@/memusagestat
- # Print usage message.
This page took 0.072622 seconds and 4 git commands to generate.