diff options
Diffstat (limited to 'x11/gtk2/patches/patch-af')
-rw-r--r-- | x11/gtk2/patches/patch-af | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/x11/gtk2/patches/patch-af b/x11/gtk2/patches/patch-af deleted file mode 100644 index c40b202a33c..00000000000 --- a/x11/gtk2/patches/patch-af +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-af,v 1.3 2002/04/06 15:48:55 dmcmahill Exp $ - ---- demos/gtk-demo/main.c.orig Sun Mar 3 00:25:09 2002 -+++ demos/gtk-demo/main.c -@@ -87,7 +87,7 @@ - int n_read = 0; - - #ifndef G_OS_WIN32 -- flockfile (stream); -+ /* flockfile (stream); */ - #endif - - g_string_truncate (str, 0); -@@ -133,7 +133,7 @@ - done: - - #ifndef G_OS_WIN32 -- funlockfile (stream); -+ /* funlockfile (stream); */ - #endif - - return n_read > 0; |