1 diff -ruN sizzle-0.0.31.orig/libsizzle/posix.c sizzle-0.0.31.new/libsizzle/posix.c
2 --- sizzle-0.0.31.orig/libsizzle/posix.c 2008-06-14 21:48:38.000000000 +0200
3 +++ sizzle-0.0.31.new/libsizzle/posix.c 2008-06-14 21:58:40.000000000 +0200
5 static char * s_func_name = FUNC_NAME;
7 CHECK_TYPE (1, dir_stream_p (stream), _("directory stream"));
8 - dir_stream_open_p (stream) = 0;
9 closedir (dir_stream_dir (stream));
10 *result = zzz_unspecified;
11 return RESULT_SUCCESS;