summaryrefslogtreecommitdiff
path: root/games/jetpack/files/patch-af
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:40 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:40 +0000
commit0d98f1227110082e9e507ca236458f6c363e25b6 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /games/jetpack/files/patch-af
parentRemove comment about not being able to undefine a variable, as we *can* (diff)
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Diffstat (limited to 'games/jetpack/files/patch-af')
-rw-r--r--games/jetpack/files/patch-af19
1 files changed, 0 insertions, 19 deletions
diff --git a/games/jetpack/files/patch-af b/games/jetpack/files/patch-af
deleted file mode 100644
index 3f0e4f3351c6..000000000000
--- a/games/jetpack/files/patch-af
+++ /dev/null
@@ -1,19 +0,0 @@
-*** scores.c~ Mon Nov 8 15:15:55 1993
---- scores.c Sat Nov 19 22:32:31 1994
-***************
-*** 35,41 ****
- numhighs = 0;
- scorefd = open(SCOREPATH, O_RDWR);
- if(scorefd == -1) {
-! scorefd = open(SCOREPATH, O_RDWR | O_CREAT, 0444);
- if(scorefd == -1) {
- scorefd = open("jetpack.scores", O_RDWR);
- if(scorefd == -1) {
---- 35,41 ----
- numhighs = 0;
- scorefd = open(SCOREPATH, O_RDWR);
- if(scorefd == -1) {
-! scorefd = open(SCOREPATH, O_RDWR | O_CREAT, 0644);
- if(scorefd == -1) {
- scorefd = open("jetpack.scores", O_RDWR);
- if(scorefd == -1) {