Took out an include line. Libc should compile now.

This commit is contained in:
proven 1993-04-21 04:12:55 +00:00
parent efc059f15c
commit e464122a01

View File

@ -39,8 +39,6 @@
#include <sys/types.h>
#include <sys/cdefs.h>
#include "compat.h"
#define RET_ERROR -1 /* Return values. */
#define RET_SUCCESS 0
#define RET_SPECIAL 1