--- a/db.c 2000-10-01 01:39:58.000000000 +0200 +++ b/db.c 2024-01-03 10:29:20.367656089 +0100 @@ -62,7 +62,7 @@ /* Ethernet info */ struct einfo { u_char e[6]; /* ether address */ - char h[34]; /* simple hostname */ + char h[64]; /* simple hostname */ time_t t; /* timestamp */ };