summaryrefslogtreecommitdiff
path: root/games/ioquake3/files/patch-code-qcommon-qcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/ioquake3/files/patch-code-qcommon-qcommon.h')
-rw-r--r--games/ioquake3/files/patch-code-qcommon-qcommon.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/games/ioquake3/files/patch-code-qcommon-qcommon.h b/games/ioquake3/files/patch-code-qcommon-qcommon.h
index 608e4e2f6686..e19e7f23b235 100644
--- a/games/ioquake3/files/patch-code-qcommon-qcommon.h
+++ b/games/ioquake3/files/patch-code-qcommon-qcommon.h
@@ -1,13 +1,12 @@
---- code/qcommon/qcommon.h.orig 2009-08-30 23:12:19.000000000 +0200
-+++ code/qcommon/qcommon.h 2009-08-30 23:26:12.000000000 +0200
-@@ -1068,6 +1068,10 @@
- #ifdef MACOS_X
+--- code/qcommon/qcommon.h.orig 2009-12-08 11:09:48.000000000 +0100
++++ code/qcommon/qcommon.h 2009-12-08 11:10:43.000000000 +0100
+@@ -1069,6 +1069,9 @@
char *Sys_DefaultAppPath(void);
#endif
-+#ifdef __FreeBSD__
+
+void Sys_SetDefaultLibPath(const char *path);
+char *Sys_DefaultLibPath(void);
-+#endif
-
++
void Sys_SetDefaultHomePath(const char *path);
char *Sys_DefaultHomePath(void);
+ const char *Sys_Dirname( char *path );