pkgsrc/comms/obexapp/patches/patch-ac
plunky 9a6f04678e update obexapp to version 1.4.7, which contains compiler warning fixes
and NetBSD compatibility in the source.

ok by xtraeme@
2007-05-22 18:53:55 +00:00

15 lines
313 B
Text

$NetBSD: patch-ac,v 1.3 2007/05/22 18:53:56 plunky Exp $
--- util.c.orig 2007-05-21 19:57:51.000000000 +0100
+++ util.c
@@ -30,9 +30,9 @@
*/
#include <bluetooth.h>
-#include <bsdxml.h>
#include <ctype.h>
#include <errno.h>
+#include <expat.h>
#include <iconv.h>
#include <libgen.h>
#include <limits.h>