projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Define HOST_NAME_MAX.
[kopensolaris-gnu/glibc.git]
/
nptl
/
sysdeps
/
unix
/
sysv
/
linux
/
sparc
/
bits
/
local_lim.h
diff --git
a/nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h
b/nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h
index
5c15a32
..
1cfa807
100644
(file)
--- a/
nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h
+++ b/
nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h
@@
-1,5
+1,5
@@
/* Minimum guaranteed maximum values for system limits. Linux/SPARC version.
/* Minimum guaranteed maximum values for system limits. Linux/SPARC version.
- Copyright (C) 1993-1998,
2000, 2002, 2003
Free Software Foundation, Inc.
+ Copyright (C) 1993-1998,
2000,2002,2003,2004
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@
-81,3
+81,6
@@
/* Maximum login name length. This is arbitrary. */
#define LOGIN_NAME_MAX 256
/* Maximum login name length. This is arbitrary. */
#define LOGIN_NAME_MAX 256
+
+/* Maximum host name length. */
+#define HOST_NAME_MAX 64