openbsd-ports/net/sniffit/patches/patch-ag

20 lines
391 B
Plaintext

*** sn_data.h.orig Thu May 7 15:04:04 1998
--- sn_data.h Thu May 7 15:04:38 1998
***************
*** 20,26 ****
char *ETH_DEV[]={"et"};
#endif
! #ifdef FREEBSD
#define ETH_DEV_NR 1
char *ETH_DEV[]={"ed"};
#endif
--- 20,26 ----
char *ETH_DEV[]={"et"};
#endif
! #if defined(FREEBSD) || defined(OPENBSD)
#define ETH_DEV_NR 1
char *ETH_DEV[]={"ed"};
#endif