View | Details | Raw Unified | Return to bug 196818 | Differences between
and this patch

Collapse All | Expand All

(-)src/libnet_raw.c (+5 lines)
Lines 39-44 Link Here
39
#include "../include/win32/libnet.h"
39
#include "../include/win32/libnet.h"
40
#endif
40
#endif
41
41
42
#include <netinet/in.h>
43
44
/* TODO this doesn't make any sense, the code in the #else branch is littered
45
   with conditionals on __WIN32__ that are never reachable, what happened?
46
   */
42
#if defined (__WIN32__)
47
#if defined (__WIN32__)
43
int
48
int
44
libnet_open_raw4(libnet_t *l)
49
libnet_open_raw4(libnet_t *l)

Return to bug 196818