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 /* Prototypes missing in HP-UX 11.x */ 23feb4ecdbSBruce M Simpson int ffs(int i); 24