restore comments lost at rev1.10.

This commit is contained in:
obache 2012-05-30 23:47:49 +00:00
parent 5bf099b062
commit 637cf8f3c9
2 changed files with 10 additions and 3 deletions

View file

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.32 2012/05/15 13:20:03 abs Exp $
$NetBSD: distinfo,v 1.33 2012/05/30 23:47:49 obache Exp $
SHA1 (pulseaudio-0.9.21.tar.gz) = 0309c97f7e0812e243c1bb80a4b74dc26369ac22
RMD160 (pulseaudio-0.9.21.tar.gz) = 6db0725253228b673a78cbfae4824fadce2198ed
Size (pulseaudio-0.9.21.tar.gz) = 2056896 bytes
SHA1 (patch-aa) = 3c8f4a22cd0d173b495e91e56940f6dc15ba9766
SHA1 (patch-aa) = 201916051465bcb694bc6490dd6d23265ee02241
SHA1 (patch-ab) = 1cf47a55b1c794b315646379ae03d633dc1d348f
SHA1 (patch-ac) = b42e6ef8ff2851ea78a6eae6cb6241c94d74b2d0
SHA1 (patch-ad) = 5ae0e5d8b0b7622c35cb2fabba4a33b673cbd442

View file

@ -1,4 +1,11 @@
$NetBSD: patch-aa,v 1.11 2012/05/15 13:20:03 abs Exp $
$NetBSD: patch-aa,v 1.12 2012/05/30 23:47:49 obache Exp $
SNDDSP_GETODELAY isn't defined on NetBSD-4.x.
ioctl() takes u_long argument on NetBSD.
On NetBSD<6 and 6.99.0-6.99.7, use third parameter in ioctl instead of varargs.
stat() system call has been versioned, use latest version when dlopen()ing.
Try more typical device names.
SOUND_PCM_* is not available on SunOS.
--- src/utils/padsp.c.orig 2009-09-18 20:21:44.000000000 +0000
+++ src/utils/padsp.c