pkgsrc/sysutils/mkisofs/patches/patch-ab

22 lines
381 B
Text
Raw Normal View History

1998-08-07 13:08:53 +02:00
$NetBSD: patch-ab,v 1.3 1998/08/07 11:14:05 agc Exp $
--- mkisofs.h.orig Thu Apr 10 04:41:48 1997
+++ mkisofs.h Wed Oct 29 12:14:38 1997
@@ -38,6 +38,8 @@
#define NON_UNIXFS
#endif
+#include <sys/types.h>
+
#ifdef VMS
#include <sys/dir.h>
#define dirent direct
@@ -46,7 +48,6 @@
#endif
#include <string.h>
-#include <sys/types.h>
#include <sys/stat.h>
#ifdef linux