freebsd-ports/games/xpipeman/files/patch-aa
Justin M. Seger 6e142b8c7f Switch to new MASTER_SITE. The distfile on the new master_site is apparently
patched to work with Linux.  Alter our patches to work correctly with the
patched distfile.  Make myself MAINTAINER.
1998-04-12 16:45:12 +00:00

53 lines
973 B
Text

*** 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;