diff options
Diffstat (limited to 'emulators/plex86/patches/patch-ac')
-rw-r--r-- | emulators/plex86/patches/patch-ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/plex86/patches/patch-ac b/emulators/plex86/patches/patch-ac deleted file mode 100644 index 0d84e49ae04..00000000000 --- a/emulators/plex86/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.3 2001/01/07 14:44:19 tron Exp $ - ---- user/plugins/write-cache/write-cache.cc.orig Sun Jan 7 12:04:45 2001 -+++ user/plugins/write-cache/write-cache.cc Sun Jan 7 12:12:48 2001 -@@ -167,7 +167,7 @@ - - void WriteCache::DoSeek() - { -- loff_t result; -+ off_t result; - - #if 1 - if (!mustseek) |