Files
pkgsrc-ng/audio/jack/patches/patch-ap
2013-09-26 17:14:40 +02:00

14 lines
317 B
Plaintext

$NetBSD: patch-ap,v 1.3 2013/02/09 19:59:45 ryoon Exp $
--- jack/types.h.orig 2011-02-28 18:57:02.000000000 +0000
+++ jack/types.h
@@ -24,7 +24,7 @@
#include <inttypes.h>
#include <pthread.h>
-typedef int32_t jack_shmsize_t;
+typedef size_t jack_shmsize_t;
/**
* Type used to represent sample frame counts.