[Glibc-bsd-commits] r1477 - trunk/web/patches

Robert Millan rmh at costa.debian.org
Sat Apr 22 18:10:05 UTC 2006


Author: rmh
Date: 2006-04-22 18:10:04 +0000 (Sat, 22 Apr 2006)
New Revision: 1477

Modified:
   trunk/web/patches/xtrans.diff
Log:
Fix typo.

Modified: trunk/web/patches/xtrans.diff
===================================================================
--- trunk/web/patches/xtrans.diff	2006-04-22 07:11:26 UTC (rev 1476)
+++ trunk/web/patches/xtrans.diff	2006-04-22 18:10:04 UTC (rev 1477)
@@ -31,7 +31,7 @@
 @@ -2012,6 +2012,7 @@
      }
      old_namelen = strlen (old_sockname.sun_path) +
- 	sizeof (old_sockname.sun_family);
+-	sizeof (old_sockname.sun_family);
 +	offsetof(struct sockaddr_un, sun_path);
  #endif
  




More information about the Glibc-bsd-commits mailing list