Erm, fix previous.

(also, as this protocol is externally defined it probably should use its
own constant and not either of these system-defined hostname lengths...)
This commit is contained in:
dholland 2016-01-22 23:13:20 +00:00
parent a8c9c98e22
commit 8724a4945a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: timed.h,v 1.12 2016/01/22 23:11:50 dholland Exp $ */ /* $NetBSD: timed.h,v 1.13 2016/01/22 23:13:20 dholland Exp $ */
/* /*
* Copyright (c) 1983, 1993 * Copyright (c) 1983, 1993
@ -55,7 +55,7 @@ struct tsp {
} tspu_time; } tspu_time;
char tspu_hopcnt; char tspu_hopcnt;
} tsp_u; } tsp_u;
char tsp_name[_POSIX_HOST_NAME_MAX]; char tsp_name[_POSIX_HOST_NAME_MAX+1];
}; };
#define tsp_time tsp_u.tspu_time #define tsp_time tsp_u.tspu_time