summaryrefslogtreecommitdiff
path: root/package/trafshow/patches/patch-session_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-26 10:41:11 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-03-02 11:48:02 +0100
commitf4b2a7dc4d7404c8407203dc3c75184a3d5dc0af (patch)
treeabaa92519f14a2bdf5fcf197c4139088a24a9914 /package/trafshow/patches/patch-session_c
parentd359206d145aaa3dbcd625007f32fcd8e18a6f61 (diff)
trafshow: remove package
Diffstat (limited to 'package/trafshow/patches/patch-session_c')
-rw-r--r--package/trafshow/patches/patch-session_c11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/trafshow/patches/patch-session_c b/package/trafshow/patches/patch-session_c
deleted file mode 100644
index cee3cb266..000000000
--- a/package/trafshow/patches/patch-session_c
+++ /dev/null
@@ -1,11 +0,0 @@
---- trafshow-5.2.3.orig/session.c 2006-01-08 06:58:08.000000000 +0100
-+++ trafshow-5.2.3/session.c 2010-02-05 22:59:54.974334342 +0100
-@@ -40,7 +40,7 @@
- #define ASYNC_MODE FNDELAY
- #elif O_ASYNC
- #define ASYNC_MODE O_ASYNC
--#elif
-+#else
- #error the fcntl argument to turn ON/OFF non-blocking I/O is unknown
- #endif
-