[Nagiosplug-devel] checl_radius_adv: Patch to support x86_64 in Linux
Jorge Matias
jdsm at ist.utl.pt
Fri Aug 18 17:07:07 CEST 2006
Hi list
This is patch to support x86_64 architecture if compiled in Linux:
diff -Nru check_radius_adv.orig/md5.h check_radius_adv.new/md5.h
--- check_radius_adv.orig/md5.h 2006-03-17 09:36:33.000000000 +0000
+++ check_radius_adv.new/md5.h 2006-08-18 15:32:11.000000000 +0100
@@ -19,6 +19,8 @@
/* UINT4 defines a four byte word */
#if defined(__alpha) && defined(__osf__)
typedef unsigned int UINT4;
+#elif defined(__x86_64)
+typedef unsigned int UINT4;
#else
typedef unsigned long int UINT4;
#endif
--- End of Patch ---
- Jorge Matias (JorgeMatias)
-----------------------
The mailing list archive is found here:
http://www.nagiosexchange.org/nagiosplug-devel.31.0.html
More information about the Devel
mailing list