diff options
author | Will Andrews <will@FreeBSD.org> | 2000-05-22 07:18:04 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-05-22 07:18:04 +0000 |
commit | b962685c91c3eafb81fe6a50e765e1e2eae1b811 (patch) | |
tree | cb0f6658a16c272c8006e020c52ff8455767d873 /emulators/truereality/files/patch-ac | |
parent | Update to 2.8.2. This tarball is being hosted on my website since it was (diff) |
Update to 1999121400 version, and add Alpha support. I modified the
patch Mario created for the Makefile so it would use proper Makefile logic.
PR: 18734
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=28661
Diffstat (limited to 'emulators/truereality/files/patch-ac')
-rw-r--r-- | emulators/truereality/files/patch-ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/truereality/files/patch-ac b/emulators/truereality/files/patch-ac index f839c9c9e30c..7e5069cf9a79 100644 --- a/emulators/truereality/files/patch-ac +++ b/emulators/truereality/files/patch-ac @@ -1,6 +1,6 @@ ---- N64/memory.c.ORIG Sun Nov 28 14:21:18 1999 -+++ N64/memory.c Sun Nov 28 14:23:34 1999 -@@ -346,7 +346,8 @@ +--- N64/memory.c.orig Sat May 20 15:18:49 2000 ++++ N64/memory.c Sat May 20 15:20:56 2000 +@@ -312,7 +312,8 @@ mem_shminfo[i].shmid = shmget(IPC_PRIVATE, mem_size[i], IPC_CREAT | 0777); if(mem_shminfo[i].shmid < 0) { |