pkgsrc/audio/wsoundprefs/patches/patch-ad

24 lines
601 B
Text

$NetBSD: patch-ad,v 1.2 2014/08/21 14:48:09 jperkin Exp $
--- src/SystemInfo.c.orig 1999-06-16 09:53:35.000000000 +0000
+++ src/SystemInfo.c
@@ -32,8 +32,8 @@
#include <sys/types.h>
#include <sys/utsname.h>
#include <pwd.h>
-#include <WINGs.h>
-#include <WUtil.h>
+#include <WINGs/WINGs.h>
+#include <WINGs/WUtil.h>
#include "WSoundPrefs.h"
#include "SystemInfo.h"
@@ -117,7 +117,7 @@ destroySystemInfo(SystemInfo *sysinfo)
free(sysinfo);
}
else {
- wsyserror(_("Trying to free non-existent SystemInfo struct"));
+ werror(_("Trying to free non-existent SystemInfo struct"));
}
}