diff options
author | Guy Harris <guy@alum.mit.edu> | 2013-05-22 08:28:27 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2013-05-22 08:28:27 +0000 |
commit | 57664611b964736468a2f46e4e0a4c43602dd5e8 (patch) | |
tree | aa62cbc20f59996f4d575eb781e31e7272691684 /capture_session.h | |
parent | e964f27f3981089342bc9f95d9f228fc98ca8454 (diff) | |
download | wireshark-57664611b964736468a2f46e4e0a4c43602dd5e8.tar.gz wireshark-57664611b964736468a2f46e4e0a4c43602dd5e8.tar.bz2 wireshark-57664611b964736468a2f46e4e0a4c43602dd5e8.zip |
Bite me, GCC.
svn path=/trunk/; revision=49498
Diffstat (limited to 'capture_session.h')
-rw-r--r-- | capture_session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_session.h b/capture_session.h index 5e585f4aff..b828ea6ef7 100644 --- a/capture_session.h +++ b/capture_session.h @@ -35,7 +35,7 @@ typedef enum { /* * State of a capture session. */ -typedef struct { +typedef struct oh_shut_up_already { int fork_child; /**< If not -1, in parent, process ID of child */ int fork_child_status; /**< Child exit status */ #ifdef _WIN32 |