$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;