[official patch]: sane-0.73 patch 1

David Mosberger-Tang (David.Mosberger@acm.org)
Tue, 26 May 1998 20:19:09 -0700

Here is a small fix for sane-0.73. It fixes a problem in
sanei/sanei_scsi.c that causes compilation failures on non-Linux
platforms.

Note that the subject lines contains the string `[official patch]'.
I'll include this string in all "official" patches so it's easy to
find relevant patches simply by searching the mailing list archive for
this string.

Cheers,

--david

1998-05-22 David Mosberger-Tang <David.Mosberger@acm.org>

* sanei/sanei_scsi.c (sanei_scsi_find_devices): Declare missing
findtype arg for dummy sanei_scsi_find_devices().

--- sane/sanei/sanei_scsi.c~ Fri May 15 01:10:29 1998
+++ sane/sanei/sanei_scsi.c Fri May 22 20:59:41 1998
@@ -2075,6 +2075,7 @@

void
sanei_scsi_find_devices (const char *findvendor, const char *findmodel,
+ const char *findtype,
int findbus, int findchannel, int findid, int findlun,
SANE_Status (*attach) (const char *dev))
{

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com