summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/media.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-12-02 03:27:37 +0000
committerjkh <jkh@FreeBSD.org>1998-12-02 03:27:37 +0000
commit5573a04e2767cca51e6dd838336394b5b0bbce85 (patch)
tree4415495d92f37e96c7c6cd14c868fee2480aa05b /usr.sbin/sysinstall/media.c
parentad85f9dcf6d027e0391d1ea70c9e848791734713 (diff)
downloadFreeBSD-src-5573a04e2767cca51e6dd838336394b5b0bbce85.zip
FreeBSD-src-5573a04e2767cca51e6dd838336394b5b0bbce85.tar.gz
1. Increase NFS path length.
2. Bump to XFree86 3.3.3.
Diffstat (limited to 'usr.sbin/sysinstall/media.c')
-rw-r--r--usr.sbin/sysinstall/media.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/media.c b/usr.sbin/sysinstall/media.c
index 526b9e6..05080d6 100644
--- a/usr.sbin/sysinstall/media.c
+++ b/usr.sbin/sysinstall/media.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated to essentially a complete rewrite.
*
- * $Id: media.c,v 1.91 1998/10/29 10:38:57 obrien Exp $
+ * $Id: media.c,v 1.92 1998/11/02 10:42:18 obrien Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -464,7 +464,7 @@ mediaSetNFS(dialogMenuItem *self)
static Device nfsDevice;
static Device *networkDev = NULL;
char *cp, *idx;
- char hostname[MAXHOSTNAMELEN];
+ char hostname[MAXPATHLEN];
mediaClose();
dialog_clear_norefresh();
cp = variable_get_value(VAR_NFS_PATH, "Please enter the full NFS file specification for the remote\n"
OpenPOWER on IntegriCloud