From 48be858373f9ca96dd5b20ed1293b5d582b9c06f Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Tue, 15 Dec 1987 23:49:02 -0800 Subject: [PATCH] add Berkeley header SCCS-vsn: include/sysexits.h 4.3 --- usr/src/include/sysexits.h | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/usr/src/include/sysexits.h b/usr/src/include/sysexits.h index b6025f7336..1c3ca36053 100644 --- a/usr/src/include/sysexits.h +++ b/usr/src/include/sysexits.h @@ -1,3 +1,17 @@ +/* + * Copyright (c) 1987 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. + * + * @(#)sysexits.h 4.3 (Berkeley) %G% + */ + /* ** SYSEXITS.H -- Exit status codes for system programs. ** @@ -59,7 +73,7 @@ ** Maintained by Eric Allman (eric@berkeley, ucbvax!eric) -- ** please mail changes to me. ** -** @(#)sysexits.h 4.2 %G% +** @(#)sysexits.h 4.3 %G% */ # define EX_OK 0 /* successful termination */ -- 2.20.1