[Glibc-bsd-commits] r1339 - trunk/freebsd6-buildutils/debian/patches

Robert Millan rmh at costa.debian.org
Sat Mar 18 09:20:26 UTC 2006


Author: rmh
Date: 2006-03-18 09:20:26 +0000 (Sat, 18 Mar 2006)
New Revision: 1339

Modified:
   trunk/freebsd6-buildutils/debian/patches/03_glibc.diff
Log:
Remove getprogname() hack (it's in libbsd now).

Modified: trunk/freebsd6-buildutils/debian/patches/03_glibc.diff
===================================================================
--- trunk/freebsd6-buildutils/debian/patches/03_glibc.diff	2006-03-18 09:19:50 UTC (rev 1338)
+++ trunk/freebsd6-buildutils/debian/patches/03_glibc.diff	2006-03-18 09:20:26 UTC (rev 1339)
@@ -177,14 +177,3 @@
  	printf("\n");
  }
  
---- src/usr.bin/file2c/file2c.c~	2005-12-17 12:04:33.000000000 +0100
-+++ src/usr.bin/file2c/file2c.c	2005-12-17 12:07:12.000000000 +0100
-@@ -19,7 +19,7 @@
- {
- 
- 	fprintf(stderr, "usage: %s [-n count] [-x] [prefix [suffix]]\n",
--	    getprogname());
-+	    NULL);
- 	exit(1);
- }
- 




More information about the Glibc-bsd-commits mailing list