|
From: | Paul Brook |
Subject: | Re: [Qemu-devel] [PATCH 2/4] Add device tree machine |
Date: | Wed, 10 Jun 2009 20:10:42 +0100 |
User-agent: | KMail/1.11.4 (Linux/2.6.29-2-amd64; KDE/4.2.4; x86_64; ; ) |
> > if test "$preadv" = "yes" ; then > > - echo "#define HAVE_PREADV 1" >> $config_h > > + echo "#defne HAVE_PREADV 1" >> $config_h > > #defne? Oops. I've sure I've already fixed that at least twice... > > + buf = qemu_mallocz(strlen(name) + 5); > > + sprintf(buf, "%s.dtb", name); > > snprintf? Bah. Stoopid paranoid OpenBSD. :-) Paul
[Prev in Thread] | Current Thread | [Next in Thread] |