openbsd-ports/archivers/unshield/patches/patch-lib_helper_c

19 lines
455 B
Plaintext
Raw Normal View History

$OpenBSD: patch-lib_helper_c,v 1.2 2006/10/18 13:47:36 jsg Exp $
--- lib/helper.c.orig Fri Jul 30 04:19:21 2004
+++ lib/helper.c Wed Oct 18 23:08:15 2006
@@ -1,11 +1,12 @@
/* $Id: patch-lib_helper_c,v 1.2 2006/10/18 13:47:36 jsg 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