1*e9a8269bSchristos /* $NetBSD: miscbltin.h,v 1.3 2003/08/21 17:57:53 christos Exp $ */ 2cd799663Schristos 3cd799663Schristos /* 4cd799663Schristos * Copyright (c) 1997 Christos Zoulas. All rights reserved. 5cd799663Schristos * 6cd799663Schristos * Redistribution and use in source and binary forms, with or without 7cd799663Schristos * modification, are permitted provided that the following conditions 8cd799663Schristos * are met: 9cd799663Schristos * 1. Redistributions of source code must retain the above copyright 10cd799663Schristos * notice, this list of conditions and the following disclaimer. 11cd799663Schristos * 2. Redistributions in binary form must reproduce the above copyright 12cd799663Schristos * notice, this list of conditions and the following disclaimer in the 13cd799663Schristos * documentation and/or other materials provided with the distribution. 14*e9a8269bSchristos * 3. The name of the author may not be used to endorse or promote products 15cd799663Schristos * derived from this software without specific prior written permission. 16cd799663Schristos * 17cd799663Schristos * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 18cd799663Schristos * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 19cd799663Schristos * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 20cd799663Schristos * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 21cd799663Schristos * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 22cd799663Schristos * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 23cd799663Schristos * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 24cd799663Schristos * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 25cd799663Schristos * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26cd799663Schristos * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27cd799663Schristos */ 28cd799663Schristos 29c02b3bbdSchristos int readcmd(int, char **); 30c02b3bbdSchristos int umaskcmd(int, char **); 31c02b3bbdSchristos int ulimitcmd(int, char **); 32