os-solaris2.h revision 256281
1100894Srwatson/*
2100894Srwatson * Copyright (c) 1993, 1994, 1995, 1996, 1997
3100894Srwatson *	The Regents of the University of California.  All rights reserved.
4100894Srwatson *
5100894Srwatson * Redistribution and use in source and binary forms, with or without
6100894Srwatson * modification, are permitted provided that: (1) source code distributions
7100894Srwatson * retain the above copyright notice and this paragraph in its entirety, (2)
8100894Srwatson * distributions including binary code include the above copyright notice and
9100894Srwatson * this paragraph in its entirety in the documentation or other materials
10100894Srwatson * provided with the distribution, and (3) all advertising materials mentioning
11100894Srwatson * features or use of this software display the following acknowledgement:
12100894Srwatson * ``This product includes software developed by the University of California,
13100894Srwatson * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
14100894Srwatson * the University nor the names of its contributors may be used to endorse
15100894Srwatson * or promote products derived from this software without specific prior
16100894Srwatson * written permission.
17100894Srwatson * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
18100894Srwatson * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
19100894Srwatson * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20100894Srwatson *
21100894Srwatson * @(#) $Header: /tcpdump/master/tcpdump/lbl/os-solaris2.h,v 1.19 2000-10-11 04:02:15 guy Exp $ (LBL)
22100894Srwatson */
23100894Srwatson
24100894Srwatson/* Prototypes missing in SunOS 5 */
25100894Srwatson#if defined(_STDIO_H) && defined(HAVE_SETLINEBUF)
26100894Srwatsonint	setlinebuf(FILE *);
27100894Srwatson#endif
28100894Srwatsonchar    *strerror(int);
29100894Srwatsonint	snprintf(char *, size_t, const char *, ...);
30100894Srwatsonint	strcasecmp(const char *, const char *);
31100894Srwatson