126175Sfenner/*
226175Sfenner * Copyright (c) 1990, 1993, 1994, 1995, 1996
326175Sfenner *	The Regents of the University of California.  All rights reserved.
426175Sfenner *
526175Sfenner * Redistribution and use in source and binary forms, with or without
626175Sfenner * modification, are permitted provided that: (1) source code distributions
726175Sfenner * retain the above copyright notice and this paragraph in its entirety, (2)
826175Sfenner * distributions including binary code include the above copyright notice and
926175Sfenner * this paragraph in its entirety in the documentation or other materials
1026175Sfenner * provided with the distribution, and (3) all advertising materials mentioning
1126175Sfenner * features or use of this software display the following acknowledgement:
1226175Sfenner * ``This product includes software developed by the University of California,
1326175Sfenner * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
1426175Sfenner * the University nor the names of its contributors may be used to endorse
1526175Sfenner * or promote products derived from this software without specific prior
1626175Sfenner * written permission.
1726175Sfenner * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
1826175Sfenner * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
1926175Sfenner * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
2026175Sfenner *
21214518Srpaulo * @(#) $Header: /tcpdump/master/libpcap/lbl/os-ultrix4.h,v 1.19 1999-10-07 23:46:41 mcr Exp $ (LBL)
2226175Sfenner */
2326175Sfenner
2426175Sfenner/* Prototypes missing in Ultrix 4 */
2526175Sfennerint	bcmp(const char *, const char *, u_int);
2626175Sfennervoid	bcopy(const void *, void *, u_int);
2726175Sfennervoid	bzero(void *, u_int);
2826175Sfennervoid	endservent(void);
2926175Sfennerint	getopt(int, char * const *, const char *);
3026175Sfenner#ifdef __STDC__
3126175Sfennerstruct timeval;
3226175Sfennerstruct timezone;
3326175Sfenner#endif
3426175Sfennerint	gettimeofday(struct timeval *, struct timezone *);
3526175Sfennerint	ioctl(int, int, caddr_t);
3626175Sfennerint	pfopen(char *, int);
3726175Sfennerint	setlinebuf(FILE *);
3826175Sfennerint	socket(int, int, int);
3926175Sfennerint	strcasecmp(const char *, const char *);
40