openbsd-ports/net/dnsmasq/patches/patch-src_dnsmasq_h

13 lines
314 B
Plaintext

$OpenBSD: patch-src_dnsmasq_h,v 1.8 2011/03/06 11:19:53 sthen Exp $
--- src/dnsmasq.h.orig Thu Feb 17 10:30:15 2011
+++ src/dnsmasq.h Fri Feb 18 14:58:43 2011
@@ -593,7 +593,7 @@ struct tftp_file {
off_t size;
dev_t dev;
ino_t inode;
- char filename[];
+ char filename[0];
};
struct tftp_transfer {