]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Make latester compilable on Debian Lenny
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 28 Nov 2010 10:22:39 +0000 (11:22 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 28 Nov 2010 10:22:39 +0000 (11:22 +0100)
latester/Makefile.omk
latester/latester.c

index 2a6c4b15783013aa72038cdc5427aa7a78e9f22f..b91f16e475219a6e4257efe4ee5545a3197fc098 100644 (file)
@@ -2,4 +2,9 @@
 
 bin_PROGRAMS += latester
 latester_SOURCES = latester.c
 
 bin_PROGRAMS += latester
 latester_SOURCES = latester.c
-latester_LIBS = rt pthread m ulut
+latester_LIBS = rt pthread m #ulut
+
+INCLUDES = -DSO_RXQ_OVFL=40 \
+          -DPF_CAN=29 \
+          -DAF_CAN=PF_CAN
+
index 0329f48d85f0a33887d9dc4a2310277314ec073e..774e9d9a182b59055341a34cd976d031b405e42d 100644 (file)
@@ -21,7 +21,7 @@
 #include <sys/ioctl.h>
 #include <sys/time.h>
 #include <sys/types.h>
 #include <sys/ioctl.h>
 #include <sys/time.h>
 #include <sys/types.h>
-#include <ul_list.h>
+//#include <ul_list.h>
 #include <unistd.h>
 #include <sched.h>
 #include <sys/mman.h>
 #include <unistd.h>
 #include <sched.h>
 #include <sys/mman.h>