1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Fix compile error in src/input/input_gnome_vfs.c.

Reported by:	Mike Harding <mvh@ix.netcom.com>, adamw, Randy Bush <randy@psg.com>
This commit is contained in:
MANTANI Nobutaka 2003-08-13 15:43:58 +00:00
parent ed36531792
commit 90d48d0825
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86895

View File

@ -0,0 +1,11 @@
--- src/input/input_gnome_vfs.c.orig Thu Aug 14 00:29:17 2003
+++ src/input/input_gnome_vfs.c Thu Aug 14 00:29:22 2003
@@ -33,7 +33,7 @@
#include <libgnomevfs/gnome-vfs.h>
-#define D(...)
+#define D(x...)
/* #define D(...) g_message (__VA_ARGS__) */
/* #define LOG */