diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 2000-11-01 19:38:08 +0000 | 
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 2000-11-01 19:38:08 +0000 | 
| commit | ab3240e1987eced9159e253ab997d8afe4e54995 (patch) | |
| tree | 293d82d9a6b27e7f3aee99f6ab313ff55e5f9a0a /sys/miscfs/procfs/procfs_status.c | |
| parent | a07b7a4e35961568ee9d808340be3a59784daafa (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/procfs/procfs_status.c')
| -rw-r--r-- | sys/miscfs/procfs/procfs_status.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sys/miscfs/procfs/procfs_status.c b/sys/miscfs/procfs/procfs_status.c index c1adc60ada41..53df2c84d4e4 100644 --- a/sys/miscfs/procfs/procfs_status.c +++ b/sys/miscfs/procfs/procfs_status.c @@ -71,7 +71,7 @@ procfs_dostatus(curp, p, pfs, uio)  	int i;  	int xlen;  	int error; -	char psbuf[256];		/* XXX - conservative */ +	char psbuf[256+MAXHOSTNAMELEN];	/* XXX - conservative */  	if (uio->uio_rw != UIO_READ)  		return (EOPNOTSUPP); | 
