Eliminate compiler warning.
authorChris Hanson <org/chris-hanson/cph>
Tue, 18 Jan 2000 04:25:49 +0000 (04:25 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 18 Jan 2000 04:25:49 +0000 (04:25 +0000)
v7/src/microcode/boot.c

index 1fa20a51eeb505a65ccf44228f4e4c2806f63d44..a1120b118e6c200d7840569e238bed9f2044fcfe 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: boot.c,v 9.101 2000/01/18 02:52:58 cph Exp $
+$Id: boot.c,v 9.102 2000/01/18 04:25:49 cph Exp $
 
 Copyright (c) 1988-2000 Massachusetts Institute of Technology
 
@@ -94,7 +94,7 @@ DEFUN (usage, (error_string), CONST char * error_string)
 
 #define FILE_READABLE(filename) ((access ((filename), 4)) >= 0)
 
-
+int
 DEFUN (main_name, (argc, argv),
        int argc AND CONST char ** argv)
 {