openbsd-ports/graphics/xv/patches/patch-xv_h
2005-06-23 20:23:05 +00:00

13 lines
289 B
Plaintext

$OpenBSD: patch-xv_h,v 1.3 2005/06/23 20:23:06 sturm Exp $
--- xv.h.orig Thu Jun 23 21:59:31 2005
+++ xv.h Thu Jun 23 21:59:32 2005
@@ -345,7 +345,7 @@
#endif
#ifndef S_IRWUSR
-# define S_IRWUSR (S_IRUSR|__S_IWRITE)
+# define S_IRWUSR (S_IRUSR|S_IWUSR)
#endif
#ifndef MAXPATHLEN