Make all bucket and overflow addresses unsigned
[unix-history] / usr / src / lib / libc / stdio / stdio.c
index ae08615..f4a7328 100644 (file)
@@ -9,12 +9,11 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)stdio.c    5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)stdio.c    5.3 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #endif /* LIBC_SCCS and not lint */
 
-#include <sys/cdefs.h>
-#include <sys/types.h>
-#include <sys/file.h>
+#include <fcntl.h>
+#include <unistd.h>
 #include <stdio.h>
 #include "local.h"
 
 #include <stdio.h>
 #include "local.h"