openbsd-ports/devel/libdsk/patches/patch-lib_compress_c
grange 1fb9c230b1 libdsk is a library intended to give transparent access to
floppy drives and to the disk image files used by emulators
to represent floppy drives.

WWW: http://www.seasip.demon.co.uk/Unix/LibDsk/

ok naddy@
2002-12-16 14:27:34 +00:00

12 lines
362 B
Plaintext

$OpenBSD: patch-lib_compress_c,v 1.1.1.1 2002/12/16 14:27:34 grange Exp $
--- lib/compress.c.orig Sun Dec 15 18:48:34 2002
+++ lib/compress.c Sun Dec 15 18:49:40 2002
@@ -24,6 +24,7 @@
#include "compi.h"
#include "comp.h"
#include <limits.h>
+#include <unistd.h>
/* LibDsk generalised compression support */
#ifdef LINUXFLOPPY
#include <sys/stat.h>