changeset 1122:42922d56e5a6

* unexmips.c (mark_x): Declare this as static void at the top of the file and at the function definition.
author Jim Blandy <jimb@redhat.com>
date Sun, 13 Sep 1992 12:37:43 +0000
parents 4b61400a5195
children 55e605674fb1
files src/unexmips.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/unexmips.c	Sun Sep 13 12:35:06 1992 +0000
+++ b/src/unexmips.c	Sun Sep 13 12:37:43 1992 +0000
@@ -41,6 +41,7 @@
 #endif
 
 static void fatal_unexec ();
+static void mark_x ();
 
 #define READ(_fd, _buffer, _size, _error_message, _error_arg) \
 	errno = EEOF; \
@@ -277,7 +278,7 @@
  * After succesfully building the new a.out, mark it executable
  */
 
-static
+static void
 mark_x (name)
      char *name;
 {