sysexits.h (7c478bd9) sysexits.h (b4203d75)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
7 * with the License.
8 *

--- 11 unchanged lines hidden (view full) ---

20 * CDDL HEADER END
21 */
22/*
23 * Copyright 1989 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
25 */
26
27/* Copyright (c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T */
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
7 * with the License.
8 *

--- 11 unchanged lines hidden (view full) ---

20 * CDDL HEADER END
21 */
22/*
23 * Copyright 1989 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
25 */
26
27/* Copyright (c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T */
28/* All Rights Reserved */
28/* All Rights Reserved */
29
30/*
31 * Portions of this source code were derived from Berkeley 4.3 BSD
32 * under license from the Regents of the University of California.
33 */
34
35#ifndef _SYSEXITS_H
36#define _SYSEXITS_H
37
29
30/*
31 * Portions of this source code were derived from Berkeley 4.3 BSD
32 * under license from the Regents of the University of California.
33 */
34
35#ifndef _SYSEXITS_H
36#define _SYSEXITS_H
37
38#pragma ident "%Z%%M% %I% %E% SMI"
39
40#ifdef __cplusplus
41extern "C" {
42#endif
43
44/*
45 * SYSEXITS.H -- Exit status codes employed by the mail subsystem.
46 *
47 * This include file attempts to categorize possible error

--- 83 unchanged lines hidden ---
38#ifdef __cplusplus
39extern "C" {
40#endif
41
42/*
43 * SYSEXITS.H -- Exit status codes employed by the mail subsystem.
44 *
45 * This include file attempts to categorize possible error

--- 83 unchanged lines hidden ---