URI:
       enable pledge on OpenBSD now - grabtitle - stupid HTML title grabber
  HTML git clone git://git.codemadness.org/grabtitle
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit b148be9e590cdf8908414994d07742b1d7f72d8a
   DIR parent 732acec692f6038dc15bbced3cba9a65417ba13f
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       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(-)
       ---
   DIR 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