/[hurd]/hurd/nfs/main.c
ViewVC logotype

Diff of /hurd/nfs/main.c

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

revision 1.30 by neal, Tue Mar 26 19:07:55 2002 UTC revision 1.31 by marcus, Mon May 13 17:39:37 2002 UTC
# Line 30  Line 30 
30  #include <argp.h>  #include <argp.h>
31  #include <argz.h>  #include <argz.h>
32  #include <error.h>  #include <error.h>
33    #include <version.h>
34    
35    char *netfs_server_name = "nfs";
36    char *netfs_server_version = HURD_VERSION;
37    
38  extern char *localhost ();  extern char *localhost ();
39    
# Line 109  int write_size = DEFAULT_WRITE_SIZE; Line 113  int write_size = DEFAULT_WRITE_SIZE;
113  #define __D(what) ___D(what)  #define __D(what) ___D(what)
114  #define _D(what) __D(DEFAULT_ ## what)  #define _D(what) __D(DEFAULT_ ## what)
115    
116    const char *argp_program_version = STANDARD_HURD_VERSION (nfs);
117    
118  /* Options usable both at startup and at runtime.  */  /* Options usable both at startup and at runtime.  */
119  static const struct argp_option common_options[] =  static const struct argp_option common_options[] =
120  {  {

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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