4dee02fc1d
from brad
16 lines
346 B
Plaintext
16 lines
346 B
Plaintext
$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 {
|
|
off_t size;
|
|
dev_t dev;
|
|
ino_t inode;
|
|
- char filename[];
|
|
+ char filename[0];
|
|
};
|
|
|
|
struct tftp_transfer {
|