pkgsrc/audio/rplay/patches/patch-az
dholland 56e230b028 Fix some build warnings likely indicating LP64 problems. PKGREVISION -> 9.
While here clean out pkglint and add a bunch of patch comments.
2018-02-20 08:35:52 +00:00

15 lines
322 B
Text

$NetBSD: patch-az,v 1.2 2018/02/20 08:35:52 dholland Exp $
Use standard headers.
--- rplayd/rplayd.c.orig 2008-04-03 12:49:24.000000000 +0200
+++ rplayd/rplayd.c
@@ -47,7 +47,7 @@
#ifdef HAVE_STRING_H
#include <string.h>
#endif
-#include <sys/errno.h>
+#include <errno.h>
#ifdef __STDC__
#include <stdarg.h>
#else