Loading...
--- Libc/Libc-320/util/pty.c
+++ Libc/Libc-262.3.2/util/pty.c
@@ -68,7 +68,6 @@
 #include <string.h>
 #include <termios.h>
 #include <unistd.h>
-#include <util.h>
 
 int openpty(amaster, aslave, name, termp, winp)
 	int *amaster, *aslave;
@@ -120,7 +119,6 @@
 	return (-1);
 }
 
-int
 forkpty(amaster, name, termp, winp)
 	int *amaster;
 	char *name;