Introduction
Introduction Statistics Contact Development Disclaimer Help
enable pledge on OpenBSD now - grabtitle - stupid HTML title grabber
git clone git://git.codemadness.org/grabtitle
Log
Files
Refs
README
LICENSE
---
commit b148be9e590cdf8908414994d07742b1d7f72d8a
parent 732acec692f6038dc15bbced3cba9a65417ba13f
Author: Hiltjo Posthuma <[email protected]>
Date: Mon, 10 Dec 2018 19:05:08 +0100
enable pledge on OpenBSD now
Diffstat:
M grabtitle.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/grabtitle.c b/grabtitle.c
@@ -9,7 +9,7 @@
#include "xml.h"
-#ifdef USE_PLEDGE
+#ifdef __OpenBSD__
#include <unistd.h>
#else
#define pledge(a,b) 0
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.