~ubuntu-branches/ubuntu/intrepid/sg3-utils/intrepid

« back to all changes in this revision

Viewing changes to archive/sg_hold.c

  • Committer: Bazaar Package Importer
  • Author(s): Luk Claes
  • Date: 2006-11-05 17:23:29 UTC
  • mfrom: (1.1.4 upstream) (3.1.2 edgy)
  • Revision ID: james.westby@ubuntu.com-20061105172329-l4loha00sk36qz6k
* Non-maintainer upload.
* Fix FTBFS due to old syscall usage (Closes: #395512).

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#include <sys/ioctl.h>
8
8
#include <sys/types.h>
9
9
#include <sys/stat.h>
10
 
#include "sg_include.h"
 
10
#include "sg_linux_inc.h"
11
11
 
12
12
/* This is a program that periodically executes a TEST UNIT READY
13
13
   SCSI command using the SCSI generic (sg) driver.