xref: /freebsd/contrib/libpcap/lbl/os-aix7.h (revision ada6f083)
1*ada6f083SXin LI /*
2*ada6f083SXin LI  * Copyright (c) 1993, 1994, 1995, 1996, 1997
3*ada6f083SXin LI  *	The Regents of the University of California.  All rights reserved.
4*ada6f083SXin LI  *
5*ada6f083SXin LI  * Redistribution and use in source and binary forms, with or without
6*ada6f083SXin LI  * modification, are permitted provided that: (1) source code distributions
7*ada6f083SXin LI  * retain the above copyright notice and this paragraph in its entirety, (2)
8*ada6f083SXin LI  * distributions including binary code include the above copyright notice and
9*ada6f083SXin LI  * this paragraph in its entirety in the documentation or other materials
10*ada6f083SXin LI  * provided with the distribution, and (3) all advertising materials mentioning
11*ada6f083SXin LI  * features or use of this software display the following acknowledgement:
12*ada6f083SXin LI  * ``This product includes software developed by the University of California,
13*ada6f083SXin LI  * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
14*ada6f083SXin LI  * the University nor the names of its contributors may be used to endorse
15*ada6f083SXin LI  * or promote products derived from this software without specific prior
16*ada6f083SXin LI  * written permission.
17*ada6f083SXin LI  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
18*ada6f083SXin LI  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
19*ada6f083SXin LI  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20*ada6f083SXin LI  */
21*ada6f083SXin LI 
22*ada6f083SXin LI /* Prototypes missing in AIX 7.x */
23*ada6f083SXin LI int	ffs(int i);
24