mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
293 B
Plaintext
14 lines
293 B
Plaintext
--- ./gio/glocalfile.c.orig Tue Nov 12 05:30:22 2013
|
|
+++ ./gio/glocalfile.c Fri May 9 12:26:13 2014
|
|
@@ -89,6 +89,10 @@
|
|
#endif
|
|
#endif
|
|
|
|
+#ifdef __minix
|
|
+/* LSC: Not very proud of that one, but... */
|
|
+#undef AT_FDCWD
|
|
+#endif
|
|
|
|
static void g_local_file_file_iface_init (GFileIface *iface);
|
|
|