diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
| commit | 76b5366091f76c9bc73570149ef5055648fc2c39 (patch) | |
| tree | 590d020e0f2a5bea6e09d66d951a674443b21d67 /contrib/amd/fixmount | |
| parent | 4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6 (diff) | |
Diffstat (limited to 'contrib/amd/fixmount')
| -rw-r--r-- | contrib/amd/fixmount/fixmount.8 | 4 | ||||
| -rw-r--r-- | contrib/amd/fixmount/fixmount.c | 11 |
2 files changed, 6 insertions, 9 deletions
diff --git a/contrib/amd/fixmount/fixmount.8 b/contrib/amd/fixmount/fixmount.8 index 008f0b4c9afb1..88c9aef897282 100644 --- a/contrib/amd/fixmount/fixmount.8 +++ b/contrib/amd/fixmount/fixmount.8 @@ -38,7 +38,7 @@ .\" .\" %W% (Berkeley) %G% .\" -.\" $Id: fixmount.8,v 1.3 1998/09/12 04:04:58 obrien Exp $ +.\" $Id: fixmount.8,v 1.2 1998/09/05 06:56:36 obrien Exp $ .\" .Dd February 26, 1993 .Dt FIXMOUNT 8 @@ -151,7 +151,7 @@ returns for it) has been changed. To take care of these cases, the remote .Pa /etc/rmtab file has to be edited and -.Nm mountd +.Mn mountd restarted. .Pp The RPC timeouts for diff --git a/contrib/amd/fixmount/fixmount.c b/contrib/amd/fixmount/fixmount.c index 6c5826ab9962f..53c7807038e75 100644 --- a/contrib/amd/fixmount/fixmount.c +++ b/contrib/amd/fixmount/fixmount.c @@ -17,7 +17,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgment: + * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors @@ -38,7 +38,7 @@ * * %W% (Berkeley) %G% * - * $Id: fixmount.c,v 1.3 1998/11/14 03:13:31 obrien Exp $ + * $Id: fixmount.c,v 1.1.1.1 1998/08/23 22:07:20 obrien Exp $ * */ @@ -87,14 +87,11 @@ void print_dump(mountlist); void usage(void); /* dummy variables */ -#if 0 char *progname; char hostname[MAXHOSTNAMELEN]; +int orig_umask, foreground, debug_flags; pid_t mypid; serv_state amd_state; -int foreground, orig_umask; -int debug_flags; -#endif void usage(void) @@ -357,7 +354,7 @@ main(int argc, char *argv[]) perror("gethostname"); exit(1); } - thishost[sizeof(thishost) - 1] = '\0'; + thishost[sizeof(thishost) - 1] = '\0'; /* * We need the hostname as it appears to the other side's |
