home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved.
- *
- * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE
- * SANTA CRUZ OPERATION INC.
- *
- * The copyright notice above does not evidence any actual or intended
- * publication of such source code.
- */
-
- #ifndef _WAIT_H
- #define _WAIT_H
- #ident "@(#)sgs-head:common/head/wait.h 1.3"
-
- #include <sys/types.h>
- #include <sys/siginfo.h>
- #include <sys/procset.h>
- #include <sys/wait.h>
-
- #endif /*_WAIT_H*/
-