2011-09-07 06:34:26 -04:00
|
|
|
$OpenBSD: patch-src_dnsmasq_h,v 1.9 2011/09/07 10:34:26 jasper Exp $
|
|
|
|
|
|
|
|
gcc2 fix to struct tftp_file
|
|
|
|
|
|
|
|
--- src/dnsmasq.h.orig Tue Jun 28 12:08:53 2011
|
|
|
|
+++ src/dnsmasq.h Thu Jul 14 17:02:11 2011
|
|
|
|
@@ -596,7 +596,7 @@ struct tftp_file {
|
2007-03-17 17:55:54 -04:00
|
|
|
off_t size;
|
2007-09-26 15:51:33 -04:00
|
|
|
dev_t dev;
|
|
|
|
ino_t inode;
|
2007-03-17 17:55:54 -04:00
|
|
|
- char filename[];
|
2009-06-14 13:07:25 -04:00
|
|
|
+ char filename[0];
|
2007-03-17 17:55:54 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
struct tftp_transfer {
|