1193323Sed/*
2193323Sed * Copyright (c) 1993, 1994, 1995, 1996, 1997
3193323Sed *	The Regents of the University of California.  All rights reserved.
4193323Sed *
5193323Sed * Redistribution and use in source and binary forms, with or without
6193323Sed * modification, are permitted provided that: (1) source code distributions
7193323Sed * retain the above copyright notice and this paragraph in its entirety, (2)
8193323Sed * distributions including binary code include the above copyright notice and
9193323Sed * this paragraph in its entirety in the documentation or other materials
10193323Sed * provided with the distribution, and (3) all advertising materials mentioning
11193323Sed * features or use of this software display the following acknowledgement:
12193323Sed * ``This product includes software developed by the University of California,
13193323Sed * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
14193323Sed * the University nor the names of its contributors may be used to endorse
15252723Sdim * or promote products derived from this software without specific prior
16252723Sdim * written permission.
17193323Sed * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
18193323Sed * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
19193323Sed * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20193323Sed *
21195098Sed * @(#) $Header: /tcpdump/master/tcpdump/lbl/os-solaris2.h,v 1.19 2000-10-11 04:02:15 guy Exp $ (LBL)
22193323Sed */
23193323Sed
24193323Sed/* Prototypes missing in SunOS 5 */
25193323Sed#if defined(_STDIO_H) && defined(HAVE_SETLINEBUF)
26245431Sdimint	setlinebuf(FILE *);
27193323Sed#endif
28193323Sedchar    *strerror(int);
29193323Sedint	snprintf(char *, size_t, const char *, ...);
30193323Sedint	strcasecmp(const char *, const char *);
31193323Sed