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