summaryrefslogtreecommitdiff
path: root/usr.bin/at/panic.h
blob: 3f470fe83713a44686f49bf933d1f2d43a9204c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*	$NetBSD: panic.h,v 1.5 2008/04/05 16:26:57 christos Exp $	*/

/*
 *  panic.h -  header for at(1)
 *  Copyright (c) 1993 Thomas Koenig
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 * 2. The name of the author(s) may not be used to endorse or promote
 *    products derived from this software without specific prior written
 *    permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 * THEORY OF LIABILITY, WETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 *
 * From: $OpenBSD: panic.h,v 1.3 1997/03/01 23:40:10 millert Exp $
 */

#ifndef _PANIC_H_
#define _PANIC_H_

void panic(const char *) __dead;
void perr(const char *) __dead;
void usage(void) __dead;

#endif /* _PANIC_H_ */
0000'>2003-01-18avoid TMP_MAX redefinitionchristos 2002-11-18Update for 1003.1-2001 base and XSI changes.kleink 2002-08-04Back out previous - I was confused.soren 2002-08-04Per IEEE 1003.1-2001, omit from <limits.h> those Pathname Variable Valuessoren 2002-08-04As of IEEE (POSIX) 1003.1-2001, _POSIX_PATH_MAX must be at least 256 rathersoren 1999-09-271003.1c: add {LOGIN_NAME_MAX}.kleink 1999-09-06Bump NL_TEXTMAX to 2048 (== _POSIX2_LINE_MAX, which is the minimum valuekleink 1998-08-03Per XSH5, define _XOPEN_IOV_MAX.kleink 1998-07-08For the sake of XPG3 and later, provide TMP_MAX; consistent with the defintionkleink 1998-02-02merge lite-2perry 1996-10-21Fix typo: _POSIX_SSIZE_MAX was set to wrong valuejtc