From 956f61c0478bd9e3b3bb16ecd48714e57a69733b Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Tue, 24 May 2011 00:12:30 +0200 Subject: Removed unsupported arch error Added better PULS4 logo --- command/logos/PULS_4_Austria-A16_9-P0.pgm | Bin 14468 -> 19219 bytes command/logos/PULS_4_Austria-A16_9-P1.pgm | Bin 0 -> 4817 bytes command/logos/PULS_4_Austria-A16_9-P2.pgm | Bin 3587 -> 4817 bytes command/markad-standalone.cpp | 3 +-- 4 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 command/logos/PULS_4_Austria-A16_9-P1.pgm (limited to 'command') diff --git a/command/logos/PULS_4_Austria-A16_9-P0.pgm b/command/logos/PULS_4_Austria-A16_9-P0.pgm index e597ea5..573b282 100644 Binary files a/command/logos/PULS_4_Austria-A16_9-P0.pgm and b/command/logos/PULS_4_Austria-A16_9-P0.pgm differ diff --git a/command/logos/PULS_4_Austria-A16_9-P1.pgm b/command/logos/PULS_4_Austria-A16_9-P1.pgm new file mode 100644 index 0000000..4c921ab Binary files /dev/null and b/command/logos/PULS_4_Austria-A16_9-P1.pgm differ diff --git a/command/logos/PULS_4_Austria-A16_9-P2.pgm b/command/logos/PULS_4_Austria-A16_9-P2.pgm index 434345f..934f6aa 100644 Binary files a/command/logos/PULS_4_Austria-A16_9-P2.pgm and b/command/logos/PULS_4_Austria-A16_9-P2.pgm differ diff --git a/command/markad-standalone.cpp b/command/markad-standalone.cpp index 4096477..47d9eaa 100644 --- a/command/markad-standalone.cpp +++ b/command/markad-standalone.cpp @@ -34,7 +34,6 @@ #include "markad-standalone.h" #include "version.h" -extern int sys_ioprio_set(int which, int who, int ioprio); bool SYSLOG=false; bool LOG2REC=false; cMarkAdStandalone *cmasta=NULL; @@ -55,7 +54,7 @@ static inline int ioprio_set(int which, int who, int ioprio) #define __NR_ioprio_set 1274 #define __NR_ioprio_get 1275 #else -#error "Unsupported arch" + return 0; // just do nothing #endif return syscall(__NR_ioprio_set, which, who, ioprio); } -- cgit v1.2.3