[Glibc-bsd-commits] r2582 - trunk/kfreebsd-8/debian/patches
Petr Salinger
ps-guest at alioth.debian.org
Thu Jun 11 13:37:25 UTC 2009
Author: ps-guest
Date: 2009-06-11 13:37:23 +0000 (Thu, 11 Jun 2009)
New Revision: 2582
Modified:
trunk/kfreebsd-8/debian/patches/003_glibc_dev_aicasm.diff
Log:
update 003_glibc_dev_aicasm.diff
Modified: trunk/kfreebsd-8/debian/patches/003_glibc_dev_aicasm.diff
===================================================================
--- trunk/kfreebsd-8/debian/patches/003_glibc_dev_aicasm.diff 2009-06-11 12:33:27 UTC (rev 2581)
+++ trunk/kfreebsd-8/debian/patches/003_glibc_dev_aicasm.diff 2009-06-11 13:37:23 UTC (rev 2582)
@@ -57,6 +57,15 @@
#else
#include <sys/queue.h>
#endif
+@@ -1535,7 +1535,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;
Index: src/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y
===================================================================
--- src.orig/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y
More information about the Glibc-bsd-commits
mailing list