/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bchdmp.c,v 9.61 1992/02/29 19:33:03 mhwu Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bchdmp.c,v 9.62 1992/03/26 04:11:47 cph Exp $
-Copyright (c) 1987-1992 Massachusetts Institute of Technology
+Copyright (c) 1987-92 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
#if TRUE
{
+#if !(defined(_HPUX) && (_HPUX_VERSION >= 80))
extern int EXFUN (ftruncate, (int, unsigned long));
-
+#endif
ftruncate (dump_file, length);
result = ((close (dump_file)) == 0);
}
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bchmmg.c,v 9.71 1992/03/16 16:51:21 mhwu Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bchmmg.c,v 9.72 1992/03/26 04:14:35 cph Exp $
-Copyright (c) 1987-1992 Massachusetts Institute of Technology
+Copyright (c) 1987-92 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
#define GET_SLEEP_DELTA() default_sleep_period
#define SET_SLEEP_DELTA(value) default_sleep_period = (value)
-extern int EXFUN (select, (int, int *, int *, int *, struct timeval *));
+extern int EXFUN (select, (int, int *, int *, int *, const struct timeval *));
static void
DEFUN (sleep_awaiting_drones, (microsec, mask),
#ifdef HAVE_PREALLOC
if (!exists_p)
{
- extern int EXFUN (prealloc, (int, unsigned int));
+ extern int EXFUN (prealloc, (int, off_t));
(void) (prealloc (gc_file, ((unsigned int) gc_file_end_position)));
}
}
/*NOTREACHED*/
}
-#endif (CAN_RECONFIGURE_GC_BUFFERS == 0)
+#endif /* (CAN_RECONFIGURE_GC_BUFFERS == 0) */
}