X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/5a2794d55e7a180e56c981ace81f80aac3ae8aaf..fc80a87e4c7e921dca5edcf53373f60a76123a41:/tcpdump-stdinc.h diff --git a/tcpdump-stdinc.h b/tcpdump-stdinc.h index 2663d60f..c0b920c8 100644 --- a/tcpdump-stdinc.h +++ b/tcpdump-stdinc.h @@ -28,6 +28,8 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * + * + * @(#) $Header: /tcpdump/master/tcpdump/tcpdump-stdinc.h,v 1.9 2004-04-17 08:56:15 guy Exp $ (LBL) */ /* @@ -71,7 +73,6 @@ typedef char* caddr_t; #define MAXHOSTNAMELEN 64 #define NI_MAXHOST 1025 -#define IPPROTO_EGP 8 /* Exterior Gateway Protocol */ #define snprintf _snprintf #define vsnprintf _vsnprintf #define RETSIGTYPE void @@ -94,6 +95,9 @@ typedef short ino_t; #include #include #include +#ifdef INTTYPES_H_DEFINES_FORMATS +#include +#endif #include #include /* concession to AIX */ #include