From b626ad1f853e1e4f2e906acc7477c3924f941556 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Fri, 5 Aug 2016 22:20:28 +0200 Subject: extcap: move defines from sshdump & ciscodump to ssh-base. Change-Id: I51769e2427b0119aefe57ebcc08406434ffbfead Reviewed-on: https://code.wireshark.org/review/16918 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- extcap/sshdump.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'extcap/sshdump.c') diff --git a/extcap/sshdump.c b/extcap/sshdump.c index f656275d63..278a3a58df 100644 --- a/extcap/sshdump.c +++ b/extcap/sshdump.c @@ -33,14 +33,6 @@ #include #include -#ifndef STDERR_FILENO -#define STDERR_FILENO 2 -#endif - -#ifndef STDOUT_FILENO -#define STDOUT_FILENO 1 -#endif - #define SSHDUMP_VERSION_MAJOR "1" #define SSHDUMP_VERSION_MINOR "0" #define SSHDUMP_VERSION_RELEASE "0" -- cgit v1.2.3