Blame lbl/os-hpux11.h

Packit Service c0f7c7
/*
Packit Service c0f7c7
 * Copyright (c) 1993, 1994, 1995, 1996, 1997
Packit Service c0f7c7
 *	The Regents of the University of California.  All rights reserved.
Packit Service c0f7c7
 *
Packit Service c0f7c7
 * Redistribution and use in source and binary forms, with or without
Packit Service c0f7c7
 * modification, are permitted provided that: (1) source code distributions
Packit Service c0f7c7
 * retain the above copyright notice and this paragraph in its entirety, (2)
Packit Service c0f7c7
 * distributions including binary code include the above copyright notice and
Packit Service c0f7c7
 * this paragraph in its entirety in the documentation or other materials
Packit Service c0f7c7
 * provided with the distribution, and (3) all advertising materials mentioning
Packit Service c0f7c7
 * features or use of this software display the following acknowledgement:
Packit Service c0f7c7
 * ``This product includes software developed by the University of California,
Packit Service c0f7c7
 * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
Packit Service c0f7c7
 * the University nor the names of its contributors may be used to endorse
Packit Service c0f7c7
 * or promote products derived from this software without specific prior
Packit Service c0f7c7
 * written permission.
Packit Service c0f7c7
 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
Packit Service c0f7c7
 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
Packit Service c0f7c7
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
Packit Service c0f7c7
 */
Packit Service c0f7c7
Packit Service c0f7c7
/* Prototypes missing in HP-UX 11.x */
Packit Service c0f7c7
int	ffs(int i);