]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-sparc-linux-chown.patch
- removed %{_mandir}/hu/man7/man.7 - it's in man-pages.
[packages/glibc.git] / glibc-sparc-linux-chown.patch
1 diff -Naur sysdeps/unix/sysv/linux/sparc/sparc32.orig/chown.S sysdeps/unix/sysv/linux/sparc/sparc32/chown.S
2 --- glibc-2.1.2/sysdeps/unix/sysv/linux/sparc/sparc32.orig/chown.S      Thu Jan  1 00:00:00 1970
3 +++ glibc-2.1.2/sysdeps/unix/sysv/linux/sparc/sparc32/chown.S   Mon Aug 24 17:58:59 1998
4 @@ -0,0 +1,25 @@
5 +/* chown() compatibility for old Debian binaries.
6 +   Copyright (C) 1998 Free Software Foundation, Inc.
7 +   This file is part of the GNU C Library.
8 +
9 +   The GNU C Library is free software; you can redistribute it and/or
10 +   modify it under the terms of the GNU Library General Public License as
11 +   published by the Free Software Foundation; either version 2 of the
12 +   License, or (at your option) any later version.
13 +
14 +   The GNU C Library is distributed in the hope that it will be useful,
15 +   but WITHOUT ANY WARRANTY; without even the implied warranty of
16 +   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17 +   Library General Public License for more details.
18 +
19 +   You should have received a copy of the GNU Library General Public
20 +   License along with the GNU C Library; see the file COPYING.LIB.  If not,
21 +   write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
22 +   Boston, MA 02111-1307, USA.  */
23 +
24 +#include <sysdep.h>
25 +
26 +       PSEUDO (__chown, chown, 3)
27 +       ret
28 +       PSEUDO_END(__chown)
29 +       weak_alias (__chown, chown)
30 diff -Naur sysdeps/unix/sysv/linux/sparc/sparc32.orig/lchown.S sysdeps/unix/sysv/linux/sparc/sparc32/lchown.S
31 --- glibc-2.1.2/sysdeps/unix/sysv/linux/sparc/sparc32.orig/lchown.S     Thu Jan  1 00:00:00 1970
32 +++ glibc-2.1.2/sysdeps/unix/sysv/linux/sparc/sparc32/lchown.S  Mon Aug 24 17:58:59 1998
33 @@ -0,0 +1,29 @@
34 +/* lchown() system call.
35 +   Copyright (C) 1998 Free Software Foundation, Inc.
36 +   This file is part of the GNU C Library.
37 +
38 +   The GNU C Library is free software; you can redistribute it and/or
39 +   modify it under the terms of the GNU Library General Public License as
40 +   published by the Free Software Foundation; either version 2 of the
41 +   License, or (at your option) any later version.
42 +
43 +   The GNU C Library is distributed in the hope that it will be useful,
44 +   but WITHOUT ANY WARRANTY; without even the implied warranty of
45 +   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
46 +   Library General Public License for more details.
47 +
48 +   You should have received a copy of the GNU Library General Public
49 +   License along with the GNU C Library; see the file COPYING.LIB.  If not,
50 +   write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
51 +   Boston, MA 02111-1307, USA.  */
52 +
53 +#include <sysdep.h>
54 +
55 +       PSEUDO (__lchown, lchown, 3)
56 +       ret
57 +       PSEUDO_END(__lchown)
58 +       weak_alias (__lchown, lchown)
59 +
60 +#if defined PIC && defined DO_VERSIONING
61 +symbol_version (__lchown, chown, GLIBC_2.1);
62 +#endif
63
This page took 0.354775 seconds and 3 git commands to generate.