diff --git a/includes/osdep.h b/includes/osdep.h index f63239b0..30eea1ed 100644 --- a/includes/osdep.h +++ b/includes/osdep.h @@ -74,6 +74,10 @@ # include "cf/freebsd.h" #endif +#if defined (__osf__) && defined (__alpha) +# include "cf/alphaosf.h" +#endif + #ifdef ultrix # include "cf/ultrix.h" #endif @@ -126,3 +130,7 @@ #ifndef ETHER_DEST # define ETHER_DEST(x) ((x) -> ether_dhost) #endif + +#ifndef BPF_FORMAT +# define BPF_FORMAT "/dev/bpf%d" +#endif diff --git a/osdep.h b/osdep.h index f63239b0..30eea1ed 100644 --- a/osdep.h +++ b/osdep.h @@ -74,6 +74,10 @@ # include "cf/freebsd.h" #endif +#if defined (__osf__) && defined (__alpha) +# include "cf/alphaosf.h" +#endif + #ifdef ultrix # include "cf/ultrix.h" #endif @@ -126,3 +130,7 @@ #ifndef ETHER_DEST # define ETHER_DEST(x) ((x) -> ether_dhost) #endif + +#ifndef BPF_FORMAT +# define BPF_FORMAT "/dev/bpf%d" +#endif