- rolls in a huge bunch of wprintf patches, also fixes conflict with getline() - note that the setuid support has been removed from the code
12 lines
292 B
Plaintext
12 lines
292 B
Plaintext
$OpenBSD: patch-src_windiv_c,v 1.4 2012/03/19 22:17:43 sthen Exp $
|
|
--- src/windiv.c.orig Sat Dec 12 15:47:47 2009
|
|
+++ src/windiv.c Fri Mar 16 22:24:59 2012
|
|
@@ -20,6 +20,7 @@
|
|
#include <config.h>
|
|
#endif
|
|
|
|
+#include <sys/types.h>
|
|
#include <dirent.h>
|
|
#include <sys/stat.h>
|
|
#include "port.h"
|