[Glibc-bsd-commits] r2651 - trunk/glibc-ports/kfreebsd

Petr Salinger ps-guest at alioth.debian.org
Mon Jul 20 08:14:01 UTC 2009


Author: ps-guest
Date: 2009-07-20 08:14:00 +0000 (Mon, 20 Jul 2009)
New Revision: 2651

Modified:
   trunk/glibc-ports/kfreebsd/getdomain.c
Log:
fix typo



Modified: trunk/glibc-ports/kfreebsd/getdomain.c
===================================================================
--- trunk/glibc-ports/kfreebsd/getdomain.c	2009-07-20 07:53:18 UTC (rev 2650)
+++ trunk/glibc-ports/kfreebsd/getdomain.c	2009-07-20 08:14:00 UTC (rev 2651)
@@ -48,4 +48,4 @@
   return 0;
 }
 
-weak_alias (__getdomainname getdomainname)
+weak_alias (__getdomainname, getdomainname)




More information about the Glibc-bsd-commits mailing list