~ubuntu-branches/ubuntu/hardy/sg3-utils/hardy

« back to all changes in this revision

Viewing changes to sg_io_linux.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-09-19 21:00:55 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060919210055-j9deachd976os9my
Tags: 1.21-1ubuntu1
* Sync with Debian
* debian/control:
  + Let the -dev package depend on the runtime package
* llseek.c:
  + Fix syntax errors. Patch taken from Gentoo:
    http://mir2.ovh.net/gentoo-portage/sys-apps/sg3_utils/files/sg3_utils-llseek.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 */
32
32
 
33
33
/*
34
 
 * Version 1.00 [20051221]
 
34
 * Version 1.01 [20060621]
35
35
 */
36
36
 
37
37
/*
161
161
 
162
162
 
163
163
/* Some extra "category" function returns (beyond those in sg_lib.h) */
164
 
#define SG_LIB_CAT_TIMEOUT 3
165
 
#define SG_LIB_CAT_OTHER 99     /* Some other error/warning has occurred */
 
164
#define SG_LIB_CAT_TIMEOUT 33
166
165
 
167
166
extern int sg_err_category(int masked_status, int host_status,
168
167
               int driver_status, const unsigned char * sense_buffer,