~ubuntu-branches/ubuntu/feisty/alevt/feisty

« back to all changes in this revision

Viewing changes to alevt-date.c

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Schoepf
  • Date: 2002-03-17 15:09:36 UTC
  • Revision ID: james.westby@ubuntu.com-20020317150936-xphkm91ulrd687p7
Tags: 1:1.6.0-10
* Closes: Bug#137612: russian debconf template file
* debian/control: bttv and alevt have a new homepage

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include <stdio.h>
 
2
#include <time.h>
2
3
#include <sys/time.h>
 
4
#include <sys/stat.h>
3
5
#include <stdlib.h>
4
6
#include <unistd.h>
5
7
#include <signal.h>
171
173
    int opt, ind;
172
174
    char *arg;
173
175
 
 
176
    struct stat statbuf;
 
177
    if (stat(vbi_name, &statbuf) == -1)
 
178
      vbi_name = "/dev/v4l/vbi0";
 
179
 
174
180
    setprgname(argv[0]);
175
181
 
176
182
    ind = 1;