aboutsummaryrefslogtreecommitdiff
path: root/promiscous~.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-06-04 23:32:09 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-06-04 23:32:09 +0000
commit116783794ea3af6318bde312505ee10e1ad46eb7 (patch)
treea38cd8647959e1032c5724bc494a4866308e3614 /promiscous~.c
parentceb70fb62c0a27f8e43e5e6553fbd1a99afa868b (diff)
changed macro to the standard auto __gnu_linux__ and fixed memory allocation bug
svn path=/trunk/externals/ext13/; revision=11670
Diffstat (limited to 'promiscous~.c')
-rw-r--r--promiscous~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/promiscous~.c b/promiscous~.c
index 0c6a9ec..eebdc63 100644
--- a/promiscous~.c
+++ b/promiscous~.c
@@ -1,4 +1,4 @@
-#ifdef LINUX
+#ifdef __gnu_linux__
// find a replacement for <linux/if_packet.h>
// then this will work on other UNIXes