openbsd-ports/archivers/unshield/patches/patch-lib_file_c
2005-07-25 09:58:16 +00:00

25 lines
612 B
Plaintext

$OpenBSD: patch-lib_file_c,v 1.1.1.1 2005/07/25 09:58:16 jsg Exp $
--- lib/file.c.orig Sat Jul 9 18:39:00 2005
+++ lib/file.c Sat Jul 9 18:39:23 2005
@@ -1,14 +1,15 @@
/* $Id: patch-lib_file_c,v 1.1.1.1 2005/07/25 09:58:16 jsg Exp $ */
-#include "internal.h"
-#include "md5/global.h"
-#include "md5/md5.h"
-#include "cabfile.h"
-#include "log.h"
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <sys/param.h> /* for MIN(a,b) */
#include <zlib.h>
+
+#include "internal.h"
+#include "md5/global.h"
+#include "md5/md5.h"
+#include "cabfile.h"
+#include "log.h"
#define VERBOSE 0