summaryrefslogtreecommitdiff
path: root/net/trafshow/patches/patch-ai
blob: 6ed1442e9d129320f0689fbc25b6c615a9201a06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ai,v 1.1 2011/11/01 19:10:15 marino Exp $

--- session.c.orig	2006-01-08 05:58:08.000000000 +0000
+++ 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