31dc058cad
Courtesy of Trevor Clarke <retrev@csh.rit.edu> mkhybrid is a pre-mastering program to create iso9660 cd images with optional Rockridge, Joliet, or HFS support. It is based on mkisofs and generates a binary image which can be written onto a block device such as a CDR drive.
12 lines
317 B
Plaintext
12 lines
317 B
Plaintext
--- apple.h.orig Fri Apr 16 21:35:59 1999
|
|
+++ apple.h Fri Apr 16 21:36:26 1999
|
|
@@ -13,7 +13,7 @@
|
|
#ifdef __svr4__
|
|
#include <sys/statvfs.h>
|
|
#else
|
|
-#if defined(__FreeBSD__) || defined(__bsdi__)
|
|
+#if defined(__FreeBSD__) || defined(__bsdi__) || defined(__OpenBSD__)
|
|
#include <sys/mount.h>
|
|
#else
|
|
#if defined(_IBMR2)
|