/[hurd]/hurd/utils/devprobe.c
ViewVC logotype

Diff of /hurd/utils/devprobe.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by marcus, Wed Oct 18 15:21:52 2000 UTC revision 1.9 by marcus, Mon May 13 17:34:23 2002 UTC
# Line 1  Line 1 
1  /* Check the existence of mach devices  /* Check the existence of mach devices
2    
3     Copyright (C) 1996, 1997 Free Software Foundation, Inc.     Copyright (C) 1996, 1997, 2002 Free Software Foundation, Inc.
4    
5     Written by Miles Bader <miles@gnu.ai.mit.edu>     Written by Miles Bader <miles@gnu.ai.mit.edu>
6    
# Line 24  Line 24 
24  #include <hurd.h>  #include <hurd.h>
25  #include <mach.h>  #include <mach.h>
26  #include <device/device.h>  #include <device/device.h>
27    #include <version.h>
28    
29    const char *argp_program_version = STANDARD_HURD_VERSION (devprobe);
30    
31  static const struct argp_option options[] = {  static const struct argp_option options[] = {
32    {"silent", 's', 0, 0, "Don't print devices found"},    {"silent", 's', 0, 0, "Don't print devices found"},

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26