aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-01-11 18:16:50 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-01-11 18:16:50 +0000
commit69463d1fd05228f920ae516dc0cc5db6b8a1ee9f (patch)
tree127ab3b34583dc8c2316865d4e8e15f0ecc51015 /dumpcap.c
parent2dcd9d6e3079502d34e6ee35b3dcb3d5b7b4042d (diff)
From Toralf Förster:
Small cleanup of preprocessor logic. svn path=/trunk/; revision=27212
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/dumpcap.c b/dumpcap.c
index f774490c6c..5ff346fa8a 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -2332,8 +2332,7 @@ main(int argc, char *argv[])
#ifdef _WIN32
WSADATA wsaData;
-#endif /* _WIN32 */
-#ifndef _WIN32
+#else
struct sigaction action, oldaction;
#endif