$OpenBSD: patch-source_blender_blenloader_intern_writefile_c,v 1.13 2015/01/10 00:30:48 pascal Exp $
--- source/blender/blenloader/intern/writefile.c.orig	Wed Jan  7 16:32:07 2015
+++ source/blender/blenloader/intern/writefile.c	Fri Jan  9 19:50:19 2015
@@ -212,7 +212,7 @@ static bool ww_open_none(WriteWrap *ww, const char *fi
 {
 	int file;
 
-	file = BLI_open(filepath, O_BINARY + O_WRONLY + O_CREAT + O_TRUNC, 0666);
+	file = BLI_open(filepath, O_BINARY | O_WRONLY | O_CREAT | O_TRUNC, 0666);
 
 	if (file != -1) {
 		FILE_HANDLE(ww) = file;
