126180Sfenner/*
226180Sfenner * Copyright (c) 1990, 1993, 1994, 1995, 1996
326180Sfenner *	The Regents of the University of California.  All rights reserved.
426180Sfenner *
526180Sfenner * Redistribution and use in source and binary forms, with or without
626180Sfenner * modification, are permitted provided that: (1) source code distributions
726180Sfenner * retain the above copyright notice and this paragraph in its entirety, (2)
826180Sfenner * distributions including binary code include the above copyright notice and
926180Sfenner * this paragraph in its entirety in the documentation or other materials
1026180Sfenner * provided with the distribution, and (3) all advertising materials mentioning
1126180Sfenner * features or use of this software display the following acknowledgement:
1226180Sfenner * ``This product includes software developed by the University of California,
1326180Sfenner * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
1426180Sfenner * the University nor the names of its contributors may be used to endorse
1526180Sfenner * or promote products derived from this software without specific prior
1626180Sfenner * written permission.
1726180Sfenner * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
1826180Sfenner * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
1926180Sfenner * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
2026180Sfenner *
21214478Srpaulo * @(#) $Header: /tcpdump/master/tcpdump/lbl/os-ultrix4.h,v 1.19 1999-10-07 23:47:13 mcr Exp $ (LBL)
2226180Sfenner */
2326180Sfenner
2426180Sfenner/* Prototypes missing in Ultrix 4 */
2526180Sfennerint	bcmp(const char *, const char *, u_int);
2626180Sfennervoid	bcopy(const void *, void *, u_int);
2726180Sfennervoid	bzero(void *, u_int);
2826180Sfennervoid	endservent(void);
2926180Sfennerint	getopt(int, char * const *, const char *);
3026180Sfenner#ifdef __STDC__
3126180Sfennerstruct timeval;
3226180Sfennerstruct timezone;
3326180Sfenner#endif
3426180Sfennerint	gettimeofday(struct timeval *, struct timezone *);
3526180Sfennerint	ioctl(int, int, caddr_t);
3626180Sfennerint	pfopen(char *, int);
3726180Sfennerint	setlinebuf(FILE *);
3826180Sfennerint	socket(int, int, int);
3926180Sfennerint	strcasecmp(const char *, const char *);
40