On Thu, Feb 10, 2005 at 06:27:53PM +0100, Alfred M. Szmidt wrote:
>    Try again:
> 
> You failed.
> 
> Fix your mail client to do proper text handling; like not stripping of
> whitespaces at the beginning of a line.

Resending it, I rediffed it against CVS HEAD.


cheers,

Michael


2005-02-10  Barry deFrese  <[EMAIL PROTECTED]>

        * sysdeps/mach/hurd/setresgid.c: Add weak alias.
        * sysdeps/mach/hurd/setresuid.c: Add weak alias.

Index: sysdeps/mach/hurd/setresgid.c
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/mach/hurd/setresgid.c,v
retrieving revision 1.1
diff -u -r1.1 setresgid.c
--- sysdeps/mach/hurd/setresgid.c       14 Oct 2002 01:03:11 -0000      1.1
+++ sysdeps/mach/hurd/setresgid.c       11 Feb 2005 14:29:58 -0000
@@ -75,3 +75,4 @@
   return err;
 }
 libc_hidden_def (__setresgid)
+weak_alias (__setresgid, setresgid)
Index: sysdeps/mach/hurd/setresuid.c
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/mach/hurd/setresuid.c,v
retrieving revision 1.1
diff -u -r1.1 setresuid.c
--- sysdeps/mach/hurd/setresuid.c       14 Oct 2002 01:03:11 -0000      1.1
+++ sysdeps/mach/hurd/setresuid.c       11 Feb 2005 14:29:59 -0000
@@ -75,3 +75,4 @@
   return err;
 }
 libc_hidden_def (__setresuid)
+weak_alias (__setresuid, setresuid)


_______________________________________________
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd

Reply via email to