openbsd-ports/archivers/unshield/patches/patch-lib_file_group_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

16 lines
402 B
Plaintext

$OpenBSD: patch-lib_file_group_c,v 1.2 2006/10/18 13:47:36 jsg Exp $
--- lib/file_group.c.orig Wed Jun 29 04:49:36 2005
+++ lib/file_group.c Wed Oct 18 23:08:15 2006
@@ -1,8 +1,9 @@
/* $Id: patch-lib_file_group_c,v 1.2 2006/10/18 13:47:36 jsg Exp $ */
-#include "internal.h"
-#include "log.h"
#include <stdlib.h>
#include <string.h>
+
+#include "internal.h"
+#include "log.h"
#define VERBOSE 1