mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct definition of MAXHOSTNAMELEN in ifdef'ed out code.
This commit is contained in:
parent
fe96e26dd0
commit
97ad2a1bc4
1 changed files with 3 additions and 1 deletions
|
|
@ -42,6 +42,8 @@
|
|||
*
|
||||
* From: Utah Hdr: defs.h 3.1 92/07/06
|
||||
* Author: Jeff Forys, University of Utah CSS
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include "rmp.h"
|
||||
|
|
@ -56,7 +58,7 @@
|
|||
* This may be defined in <sys/param.h>, if not, it's defined here.
|
||||
*/
|
||||
#ifndef MAXHOSTNAMELEN
|
||||
#define MAXHOSTNAMELEN 64
|
||||
#define MAXHOSTNAMELEN 256
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue