openbsd-ports/archivers/unshield/patches/patch-lib_helper_c
jsg bc59701678 Use libc md5 code rather than included broken md5 code.
Makes unshield work properly on amd64 and probably other 64bit archs.
2006-10-18 13:47:36 +00:00

19 lines
455 B
Plaintext

$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