mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
6e142b8c7f
patched to work with Linux. Alter our patches to work correctly with the patched distfile. Make myself MAINTAINER.
54 lines
973 B
Plaintext
54 lines
973 B
Plaintext
*** 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;
|