* remove mtio.h - no magnetic tape support has been coded. Helps compilation on osx10.6.

This commit is contained in:
Nathan Letwory 2009-09-04 16:41:46 +00:00
parent b537da1837
commit 01f9b34abe

@ -70,9 +70,6 @@
#include <fcntl.h>
#if !defined(WIN32)
#include <sys/mtio.h> /* tape comando's */
#endif
#include <string.h> /* strcpy etc.. */
#ifndef WIN32