Changes for IRIX 6.x.
authorChris Hanson <org/chris-hanson/cph>
Mon, 20 Jul 1998 06:48:16 +0000 (06:48 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 20 Jul 1998 06:48:16 +0000 (06:48 +0000)
v7/src/microcode/fasload.c

index 37218f593087f014a291b068b09fb69ae47487c1..cc02d58a943646e0cea24037aad52806aaf69e0c 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: fasload.c,v 9.83 1997/07/16 02:37:41 adams Exp $
+$Id: fasload.c,v 9.84 1998/07/20 06:48:16 cph Exp $
 
-Copyright (c) 1987-96 Massachusetts Institute of Technology
+Copyright (c) 1987-98 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -59,9 +59,13 @@ static Tchannel load_channel;
 
 #include "load.c"
 
+#ifdef _POSIX
+#include <string.h>
+#else
 extern char * EXFUN (malloc, (int));
 extern int EXFUN (strlen, (const char *));
 extern char * EXFUN (strcpy, (char *, const char *));
+#endif
 
 extern char * Error_Names [];
 extern char * Abort_Names [];