prevent multiple includes

This commit is contained in:
ceriel
1988-09-27 09:50:34 +00:00
parent cd0de149ae
commit eb533b6430
3 changed files with 9 additions and 3 deletions

View File

@@ -3,6 +3,8 @@
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* RCS: $Header$ */
#ifndef __SYSTEM_INCLUDED__
#define __SYSTEM_INCLUDED__
struct _sys_fildes {
int o_fd; /* UNIX filedescriptor */
@@ -42,3 +44,4 @@ extern File _sys_ftab[];
/* system's idea of block */
#define BUFSIZ 1024
#endif __SYSTEM_INCLUDED__