$OpenBSD: patch-src_dnsmasq_h,v 1.3 2007/09/26 19:51:33 rui Exp $ --- src/dnsmasq.h.orig Tue Sep 25 09:29:15 2007 +++ src/dnsmasq.h Tue Sep 25 09:29:33 2007 @@ -483,7 +483,7 @@ struct tftp_file { off_t size; dev_t dev; ino_t inode; - char filename[]; + char *filename; }; struct tftp_transfer {