components/ircii/patches/cast_sbox_h.patch
changeset 1177 865ee3a7a5e0
parent 1176 d62659e7da8a
child 1178 640a1a5dcf77
--- a/components/ircii/patches/cast_sbox_h.patch	Tue Feb 26 13:41:15 2013 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
---- ircii-20060725/include/cast_sbox.h.orig	2011-06-27 16:30:51.920110566 -0700
-+++ ircii-20060725/include/cast_sbox.h	2011-06-27 16:31:14.238117457 -0700
-@@ -9,7 +9,7 @@
-  */
- 
- /* sigh */
--#if __STDC__ /* || (__STDC__ == 0 && defined(__sun)) */
-+#if __STDC__  || (__STDC__ == 0 && defined(__sun))
- #define U(x) x##U
- #define UL(x) x##UL
- #else