*** score.c.orig Fri Sep 13 16:32:12 1991
--- score.c Sun Apr 12 12:33:16 1998
***************
*** 50,56 ****
#include <X11/Xaw/Label.h>
#endif
! #include <X11/Xos.h> /* brings in <sys/file.h> */
#include <stdio.h>
#include "xpipeman.h"
--- 50,56 ----
#include <X11/Xaw/Label.h>
#endif
! #include <sys/file.h>
#include <stdio.h>
#include "xpipeman.h"
***************
*** 64,70 ****
static SCORE scores[MAXSCORES];
! void show_scores(),
new_high_score(),
load_scores(),
write_out_scores();
--- 64,70 ----
static SCORE scores[MAXSCORES];
! static void show_scores(),
new_high_score(),
load_scores(),
write_out_scores();
***************
*** 198,204 ****
/*ARGSUSED*/
! static XtCallbackProc
popdown_callback(w, closure, call_data)
Widget w;
caddr_t closure;
--- 198,204 ----
/*ARGSUSED*/
! static void
popdown_callback(w, closure, call_data)
Widget w;
caddr_t closure;