date and time created 92/12/13 03:50:30 by akito
[unix-history] / usr / src / sys / luna68k / stand / status.h
CommitLineData
f916171c
AF
1/*
2 * Copyright (c) 1992 OMRON Corporation.
3 * Copyright (c) 1992 The Regents of the University of California.
4 * All rights reserved.
5 *
6 * This code is derived from software contributed to Berkeley by
7 * OMRON Corporation.
8 *
9 * %sccs.include.redist.c%
10 *
11 * @(#)status.h 7.1 (Berkeley) %G%
12 */
13
14/*
15 * status.h -- status code table for internal commands
16 * by A.Fujita, FEB-02-1992
17 */
18
19
20#define ST_NORMAL 0
21#define ST_EXIT -1
22#define ST_NOTFOUND -2
23
24#define ST_ERROR 1