Fri Jan 22 23:13:20 2016 UTC ()
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...)


(dholland)
diff -r1.12 -r1.13 src/include/protocols/timed.h

cvs diff -r1.12 -r1.13 src/include/protocols/timed.h (expand / switch to context diff)
--- src/include/protocols/timed.h 2016/01/22 23:11:50 1.12
+++ src/include/protocols/timed.h 2016/01/22 23:13:20 1.13
@@ -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
@@ -55,7 +55,7 @@
 		} tspu_time;
 		char tspu_hopcnt;
 	} tsp_u;
-	char tsp_name[_POSIX_HOST_NAME_MAX];
+	char tsp_name[_POSIX_HOST_NAME_MAX+1];
 };
 
 #define	tsp_time	tsp_u.tspu_time