From 44a6f194b44c0db5464c417f2fde6428f9b552ac Mon Sep 17 00:00:00 2001 From: John Schmidt Date: Mon, 17 Mar 2014 17:24:38 +0100 Subject: Remove SniFF --- src/os_unix.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/os_unix.c') diff --git a/src/os_unix.c b/src/os_unix.c index 3afd4b9843..b4b1f8afc7 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -1566,7 +1566,6 @@ error: * "msec" == 0 will check for characters once. * "msec" == -1 will block until a character is available. * When a GUI is being used, this will not be used for input -- webb - * Returns also, when a request from Sniff is waiting -- toni. * Or when a Linux GPM mouse event is waiting. */ static int RealWaitForChar(fd, msec, check_for_gpm) -- cgit