mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
Correct definition of MAXHOSTNAMELEN in ifdef'ed out code
This commit is contained in:
parent
4d113fee52
commit
f313a39933
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69230
@ -93,7 +93,7 @@
|
||||
#define PPC_NULL ((char **)NULL)
|
||||
|
||||
#ifndef MAXHOSTNAMELEN
|
||||
#define MAXHOSTNAMELEN 64
|
||||
#define MAXHOSTNAMELEN 256
|
||||
#endif
|
||||
|
||||
#define Skip_Blanks(c, f) \
|
||||
|
Loading…
Reference in New Issue
Block a user