diff src/unexec.c @ 620:88a29c720fa7

entered into RCS
author Jim Blandy <jimb@redhat.com>
date Fri, 24 Apr 1992 08:11:28 +0000
parents e2782df984a2
children 087889e85644
line wrap: on
line diff
--- a/src/unexec.c	Sun Apr 19 17:03:02 1992 +0000
+++ b/src/unexec.c	Fri Apr 24 08:11:28 1992 +0000
@@ -207,7 +207,11 @@
 
 #else /* not COFF */
 
+#ifdef __STDC__
+extern void *sbrk ();
+#else
 extern char *sbrk ();
+#endif
 
 #define SYMS_START ((long) N_SYMOFF (ohdr))