/* specification: https://docs.freebsd.org/44doc/smm/12.timed/paper.pdf */
-#ifdef HAVE_CONFIG_H
#include <config.h>
-#endif
#include "netdissect-stdinc.h"
break;
}
ND_PRINT(" name ");
- (void)nd_printzp(ndo, tsp->tsp_name, sizeof(tsp->tsp_name), NULL);
+ nd_printjnp(ndo, tsp->tsp_name, sizeof(tsp->tsp_name));
}