pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: amanda 3 with scsi tape?



On Tue, Mar 24, 2015 at 01:41:15PM -0400, Greg Troxel wrote:
> I am now pretty sure that no one on NetBSD is successfully using tapes
> with amanda 3.3.  I have the following patch, which I've sent upstream
> for discussion.  The problem is that the autoconf checks for  mtio.h
> etc. fail to include sys/types.h and sys/time.h, causing spurious
> compile failures, and then amanda builds without tape drive support.

Why is <sys/time.h> needed? mtio(4) only documents:

SYNOPSIS
     #include <sys/ioctl.h>
     #include <sys/types.h>
     #include <sys/mtio.h>

and that should be enough.

Martin


Home | Main Index | Thread Index | Old Index