Subject: CVS commit: pkgsrc/devel/libscsi
From: Roland Illig
Date: 2007-09-12 23:05:30
Message id: 20070912210530.4CAEF21507@cvs.netbsd.org

Log Message:
Fixed gcc error message:

scsi.c:1047: warning: dereferencing 'void *' pointer
scsi.c:1047: error: void value not ignored as it ought to be

The reason is that scsireq_t->data has now (NetBSD 4.99.30) the type
void *, which seems to have been char * before.

Files:
RevisionActionfile
1.6modifypkgsrc/devel/libscsi/distinfo
1.2modifypkgsrc/devel/libscsi/patches/patch-ad