against multiple inclusion
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Christos Zoulas <christos@deshaw.com>
List: current-users
Date: 05/24/1994 17:40:59
Otherwise inetd does not compile:
*** wait.h.dist Sun May 22 06:39:13 1994
--- wait.h Tue May 24 17:39:03 1994
***************
*** 33,38 ****
--- 33,40 ----
* from: @(#)wait.h 8.1 (Berkeley) 6/2/93
* $Id: wait.h,v 1.5 1994/05/21 03:52:24 cgd Exp $
*/
+ #ifndef _SYS_WAIT_H_
+ #define _SYS_WAIT_H_
/*
* This file holds definitions relevent to the wait4 system call
***************
*** 154,157 ****
--- 156,160 ----
pid_t wait4 __P((pid_t, int *, int, struct rusage *));
#endif
__END_DECLS
+ #endif
#endif
------------------------------------------------------------------------------