1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/misc/cwish/files/patch-03
Michael Haro 3ca49d9d8b fix so it isn't BROKEN
Reviewed by:	obrien
Obtained from:	bento.freebsd.org
1999-04-18 23:15:11 +00:00

15 lines
286 B
Plaintext

--- files.c.orig Sun Apr 18 14:16:10 1999
+++ files.c Sun Apr 18 14:17:43 1999
@@ -45,6 +45,11 @@
#include "cwish.h" /* global include file */
+#ifdef __FreeBSD__
+#include <sys/disklabel.h>
+#define MOUNT_CD9660 FS_ISO9660
+#endif
+
#ifdef ultrix
#include <sys/fs_types.h>