xref: /freebsd/contrib/libpcap/lbl/os-osf5.h (revision 6f9cba8f)
1feb4ecdbSBruce M Simpson /*
2feb4ecdbSBruce M Simpson  * Copyright (c) 1993, 1994, 1995, 1996, 1997
3feb4ecdbSBruce M Simpson  *	The Regents of the University of California.  All rights reserved.
4feb4ecdbSBruce M Simpson  *
5feb4ecdbSBruce M Simpson  * Redistribution and use in source and binary forms, with or without
6feb4ecdbSBruce M Simpson  * modification, are permitted provided that: (1) source code distributions
7feb4ecdbSBruce M Simpson  * retain the above copyright notice and this paragraph in its entirety, (2)
8feb4ecdbSBruce M Simpson  * distributions including binary code include the above copyright notice and
9feb4ecdbSBruce M Simpson  * this paragraph in its entirety in the documentation or other materials
10feb4ecdbSBruce M Simpson  * provided with the distribution, and (3) all advertising materials mentioning
11feb4ecdbSBruce M Simpson  * features or use of this software display the following acknowledgement:
12feb4ecdbSBruce M Simpson  * ``This product includes software developed by the University of California,
13feb4ecdbSBruce M Simpson  * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
14feb4ecdbSBruce M Simpson  * the University nor the names of its contributors may be used to endorse
15feb4ecdbSBruce M Simpson  * or promote products derived from this software without specific prior
16feb4ecdbSBruce M Simpson  * written permission.
17feb4ecdbSBruce M Simpson  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
18feb4ecdbSBruce M Simpson  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
19feb4ecdbSBruce M Simpson  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20feb4ecdbSBruce M Simpson  */
21feb4ecdbSBruce M Simpson 
22feb4ecdbSBruce M Simpson /*
23feb4ecdbSBruce M Simpson  * Prototypes missing in Tru64 UNIX 5.x
246f9cba8fSJoseph Mingrone  * XXX - "snprintf()" and "vsnprintf()" aren't missing, but you have to
25feb4ecdbSBruce M Simpson  * #define the right value to get them defined by <stdio.h>.
26feb4ecdbSBruce M Simpson  */
276f9cba8fSJoseph Mingrone int	snprintf(char *, size_t, const char *, ...);
286f9cba8fSJoseph Mingrone int	vsnprintf(char *, size_t, const char *, va_list);
29feb4ecdbSBruce M Simpson int	pfopen(char *, int);
30feb4ecdbSBruce M Simpson 
31