summaryrefslogtreecommitdiff
path: root/loginrec.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-08-23 22:56:08 +0100
committerColin Watson <cjwatson@debian.org>2010-08-23 22:56:08 +0100
commit31e30b835fd9695d3b6647cab4867001b092e28f (patch)
tree138e715c25661825457c7280cd66e3f4853d474c /loginrec.h
parent78eedc2c60ff4718200f9271d8ee4f437da3a0c5 (diff)
parent43094ebf14c9b16f1ea398bc5b65a7335e947288 (diff)
merge 5.6p1
Diffstat (limited to 'loginrec.h')
-rw-r--r--loginrec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loginrec.h b/loginrec.h
index 859e1a630..84b486590 100644
--- a/loginrec.h
+++ b/loginrec.h
@@ -56,7 +56,7 @@ union login_netinfo {
56/* string lengths - set very long */ 56/* string lengths - set very long */
57#define LINFO_PROGSIZE 64 57#define LINFO_PROGSIZE 64
58#define LINFO_LINESIZE 64 58#define LINFO_LINESIZE 64
59#define LINFO_NAMESIZE 128 59#define LINFO_NAMESIZE 512
60#define LINFO_HOSTSIZE 256 60#define LINFO_HOSTSIZE 256
61 61
62struct logininfo { 62struct logininfo {