You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/trafshow/files/trafshow-5.2.3-gcc44.patch

12 lines
215 B

--- a/session.c
+++ b/session.c
@@ -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