[ispykee] r9 committed - released as version 2.0.1, added 64-bit machine configs to au.h

27 views
Skip to first unread message

isp...@googlecode.com

unread,
Oct 20, 2010, 1:15:56 AM10/20/10
to isp...@googlegroups.com
Revision: 9
Author: mrblogdotorg
Date: Tue Oct 19 22:15:30 2010
Log: released as version 2.0.1, added 64-bit machine configs to au.h
http://code.google.com/p/ispykee/source/detail?r=9

Modified:
/trunk/au.h
/trunk/spykee.c

=======================================
--- /trunk/au.h Wed Sep 1 14:49:09 2010
+++ /trunk/au.h Tue Oct 19 22:15:30 2010
@@ -96,7 +96,7 @@
/* Byte swapping routines */
#if defined(sparc) || defined(__sparc) /* big endian */
#define AUDIO_AU_FILE2HOST(from, to) *((long *)(to)) = *((long *)(from))
-#elif defined(i386) || defined(__i386) /* little endian */
+#elif defined(i386) || defined(__i386) || defined(__x86_64) /* little
endian */
#define AUDIO_AU_FILE2HOST(from, to) \
((char *)(to))[0] = ((char *)(from))[3]; \
((char *)(to))[1] = ((char *)(from))[2]; \
@@ -106,7 +106,7 @@
#error unknown machine type;
#endif /* byte swapping */

-#if defined(sparc) || defined(__sparc) || defined(i386) || defined(__i386)
+#if defined(sparc) || defined(__sparc) || defined(i386) || defined(__i386)
|| defined(__x86_64)
#define AUDIO_AU_HOST2FILE(from, to) AUDIO_AU_FILE2HOST((from), (to))
#else
#error unknown machine type;
=======================================
--- /trunk/spykee.c Mon Sep 6 06:06:04 2010
+++ /trunk/spykee.c Tue Oct 19 22:15:30 2010
@@ -83,7 +83,7 @@
int port;
char *uname, *pw;

-#define VERSION "2.0.0"
+#define VERSION "2.0.1"
static char *version = VERSION;

#ifdef HARDSTOP

Reply all
Reply to author
Forward
0 new messages