openbsd-ports/archivers/unshield/patches/patch-lib_helper_c
benoit 3fe777d2dc - update to unshield 0.5.1
- bump SHARED_LIBS
- regen PLIST
- update patches
- update HOMEPAGE

ok jsg@, ajacoutot@
2009-05-23 16:34:50 +00:00

19 lines
461 B
Plaintext

$OpenBSD: patch-lib_helper_c,v 1.3 2009/05/23 16:34:54 benoit Exp $
--- lib/helper.c.orig Tue May 6 03:38:11 2008
+++ lib/helper.c Sat Mar 21 19:00:40 2009
@@ -1,11 +1,12 @@
/* $Id: patch-lib_helper_c,v 1.3 2009/05/23 16:34:54 benoit Exp $ */
#define _BSD_SOURCE 1
-#include "internal.h"
-#include "log.h"
#include <sys/types.h>
#include <dirent.h>
#include <string.h>
#include <errno.h>
+
+#include "internal.h"
+#include "log.h"
#define VERBOSE 0