diff options
| author | Warner Losh <imp@FreeBSD.org> | 1998-07-29 03:31:03 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1998-07-29 03:31:03 +0000 |
| commit | ad60f0a60d55ab7785a3d0ca8150a23a0121fb28 (patch) | |
| tree | c35154819597128ae0213e766705fe7d18f207be | |
| parent | 44e90c32c91f39dcab935c6707f18e09c5f2fad0 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/amd/config/mtab_file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/amd/config/mtab_file.c b/usr.sbin/amd/config/mtab_file.c index 75f92b1bbbf2..c5ae32568802 100644 --- a/usr.sbin/amd/config/mtab_file.c +++ b/usr.sbin/amd/config/mtab_file.c @@ -37,7 +37,7 @@ * * @(#)mtab_file.c 8.1 (Berkeley) 6/6/93 * - * $Id: mtab_file.c,v 1.5 1998/07/29 03:23:18 imp Exp $ + * $Id: mtab_file.c,v 1.6 1998/07/29 03:25:08 imp Exp $ * */ @@ -271,7 +271,7 @@ mntlist *mp; * directory as the target mount table * so that rename() will work. */ - char tmpname[MAXPATHLEN + 1]; + char tmpname[MAXPATHLEN]; int retries; int tmpfd; char *cp; |
