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

index cc02d58a943646e0cea24037aad52806aaf69e0c..ec07ffe55fedbfa75ec94c07afd519aa95ec72c1 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: fasload.c,v 9.84 1998/07/20 06:48:16 cph Exp $
+$Id: fasload.c,v 9.85 1998/07/20 06:50:07 cph Exp $
 
 Copyright (c) 1987-98 Massachusetts Institute of Technology
 
@@ -62,10 +62,10 @@ static Tchannel load_channel;
 #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 * EXFUN (malloc, (int));
 
 extern char * Error_Names [];
 extern char * Abort_Names [];
index 6da750dba8deab38fb05b5b6a409ab95bdb2a4df..93caf64fd63b40738fb54ca476dc7de4564449aa 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: option.c,v 1.46 1998/07/20 04:15:14 cph Exp $
+$Id: option.c,v 1.47 1998/07/20 06:52:53 cph Exp $
 
 Copyright (c) 1990-98 Massachusetts Institute of Technology
 
@@ -59,11 +59,12 @@ extern int atoi ();
 
 #include <unistd.h>
 #include <string.h>
+extern char * EXFUN (malloc, (int));
 
 #else /* not _POSIX */
 
 extern int strlen ();
-extern char * malloc ();
+extern char * EXFUN (malloc, (int));
 
 #endif /* not _POSIX */
 #endif /* not WINNT */