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

Diff of /hurd/utils/fsysopts.c

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

revision 1.18 by roland, Mon Jul 20 06:54:54 1998 UTC revision 1.19 by roland, Tue May 28 23:56:34 2002 UTC
# Line 1  Line 1 
1  /* Set options in a running filesystem  /* Set options in a running filesystem
2    
3     Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.     Copyright (C) 1995,96,97,98,2002 Free Software Foundation, Inc.
4    
5     Written by Miles Bader <miles@gnu.ai.mit.edu>     Written by Miles Bader <miles@gnu.org>
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License as     modify it under the terms of the GNU General Public License as
# Line 60  main(int argc, char *argv[]) Line 60  main(int argc, char *argv[])
60    
61    /* The filesystem options vector, in '\0' separated format.  */    /* The filesystem options vector, in '\0' separated format.  */
62    char *argz = 0;    char *argz = 0;
63    int argz_len = 0;    size_t argz_len = 0;
64    
65    int deref = 0, recursive = 0;    int deref = 0, recursive = 0;
66    

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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