openbsd-ports/devel/libdsk/patches/patch-tools_md3serial_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
303 B
Plaintext

$OpenBSD: patch-tools_md3serial_c,v 1.1.1.1 2002/12/16 14:27:34 grange Exp $
--- tools/md3serial.c.orig Sun Dec 15 18:50:06 2002
+++ tools/md3serial.c Sun Dec 15 18:50:33 2002
@@ -24,6 +24,7 @@
* floppy disc. */
#include <stdio.h>
+#include <string.h>
#include "libdsk.h"
#include "utilopts.h"