Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / graphics / zphoto / patches / patch-ab
blobbb82cb241d755fd1525e52bf4c1a6c1632fc1fc7
1 $NetBSD$
3 --- util.c.orig 2006-08-22 17:20:22.000000000 +0000
4 +++ util.c
5 @@ -79,7 +79,7 @@ zphoto_wprintf (const char *fmt, ...)
6      va_end(args);
7  }
8  
9 -#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__)
10 +#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
11  /*
12   * They have the declaration of vasprintf in stdio.h
13   */