[Glibc-bsd-commits] r3600 - trunk/kfreebsd-9/debian/patches

Robert Millan rmh at alioth.debian.org
Sat Jul 16 21:36:46 UTC 2011


Author: rmh
Date: 2011-07-16 21:36:46 +0000 (Sat, 16 Jul 2011)
New Revision: 3600

Modified:
   trunk/kfreebsd-9/debian/patches/003_glibc_dev_aicasm.diff
Log:
Bring back __unused fix, this one wasn't merged upstream

Modified: trunk/kfreebsd-9/debian/patches/003_glibc_dev_aicasm.diff
===================================================================
--- trunk/kfreebsd-9/debian/patches/003_glibc_dev_aicasm.diff	2011-07-16 21:27:36 UTC (rev 3599)
+++ trunk/kfreebsd-9/debian/patches/003_glibc_dev_aicasm.diff	2011-07-16 21:36:46 UTC (rev 3600)
@@ -41,3 +41,14 @@
  .ifdef MAKESRCPATH
  CFLAGS+= -I${MAKESRCPATH}
  .endif
+--- a/sys/dev/aic7xxx/aicasm/aicasm_gram.y
++++ b/sys/dev/aic7xxx/aicasm/aicasm_gram.y
+@@ -1529,7 +1529,7 @@
+ }
+ 
+ static void
+-add_macro_arg(const char *argtext, int argnum __unused)
++add_macro_arg(const char *argtext, int argnum)
+ {
+ 	struct macro_arg *marg;
+ 	int retval;




More information about the Glibc-bsd-commits mailing list