Subject: CVS commit: pkgsrc/devel/libscsi
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 09/12/2007 21:05:30
Module Name:	pkgsrc
Committed By:	rillig
Date:		Wed Sep 12 21:05:30 UTC 2007

Modified Files:
	pkgsrc/devel/libscsi: distinfo
	pkgsrc/devel/libscsi/patches: patch-ad

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.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/libscsi/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/libscsi/patches/patch-ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.