~gandelman-a/ubuntu/oneiric/scsitools/mergeproposal

« back to all changes in this revision

Viewing changes to scsiinfo/tworands.c

  • Committer: Adam Gandelman
  • Date: 2011-05-20 17:58:41 UTC
  • mfrom: (6.2.4 debian)
  • Revision ID: adam.gandelman@canonical.com-20110520175841-74orsktetfakacqd
merged

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#include <sys/time.h>
7
7
#include <unistd.h>
8
8
 
9
 
int main(int argc, char **argv) {
 
9
int main(int argc) {
10
10
    struct timeval tv;
11
11
 
12
12
    if (argc != 1) {