* split pa_cstrerror() into its own file polypcore/core-error.[ch]

* fix building of padsp
* remove a warning when compiling padsp.c


git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@972 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-05-25 17:16:55 +00:00
parent f8aa55c5ac
commit 4413b89d7a
49 changed files with 324 additions and 255 deletions

View file

@ -34,9 +34,9 @@
#include <asoundlib.h>
#include <polyp/error.h>
#include <polyp/xmalloc.h>
#include <polypcore/core-error.h>
#include <polypcore/core.h>
#include <polypcore/module.h>
#include <polypcore/memchunk.h>

View file

@ -33,9 +33,9 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <polyp/error.h>
#include <polyp/xmalloc.h>
#include <polypcore/core-error.h>
#include <polypcore/module.h>
#include <polypcore/modargs.h>
#include <polypcore/log.h>

View file

@ -28,8 +28,7 @@
#include <string.h>
#include <errno.h>
#include <polyp/error.h>
#include <polypcore/core-error.h>
#include <polypcore/module.h>
#include <polypcore/modargs.h>
#include <polypcore/core-util.h>

View file

@ -28,8 +28,7 @@
#include <errno.h>
#include <signal.h>
#include <polyp/error.h>
#include <polypcore/core-error.h>
#include <polypcore/module.h>
#include <polypcore/core-util.h>
#include <polypcore/modargs.h>

View file

@ -33,9 +33,9 @@
#include <unistd.h>
#include <limits.h>
#include <polyp/error.h>
#include <polyp/xmalloc.h>
#include <polypcore/core-error.h>
#include <polypcore/iochannel.h>
#include <polypcore/sink.h>
#include <polypcore/module.h>

View file

@ -36,9 +36,9 @@
#include <jack/jack.h>
#include <polyp/error.h>
#include <polyp/xmalloc.h>
#include <polypcore/core-error.h>
#include <polypcore/iochannel.h>
#include <polypcore/sink.h>
#include <polypcore/module.h>

View file

@ -36,9 +36,9 @@
#include <jack/jack.h>
#include <polyp/error.h>
#include <polyp/xmalloc.h>
#include <polypcore/core-error.h>
#include <polypcore/iochannel.h>
#include <polypcore/source.h>
#include <polypcore/module.h>

View file

@ -32,9 +32,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <polyp/error.h>
#include <polyp/xmalloc.h>
#include <polypcore/core-error.h>
#include <polypcore/module.h>
#include <polypcore/core-util.h>
#include <polypcore/modargs.h>

View file

@ -33,9 +33,9 @@
#include <linux/input.h>
#include <polyp/error.h>
#include <polyp/xmalloc.h>
#include <polypcore/core-error.h>
#include <polypcore/module.h>
#include <polypcore/log.h>
#include <polypcore/namereg.h>

View file

@ -36,9 +36,9 @@
#include <limits.h>
#include <sys/mman.h>
#include <polyp/error.h>
#include <polyp/xmalloc.h>
#include <polypcore/core-error.h>
#include <polypcore/iochannel.h>
#include <polypcore/sink.h>
#include <polypcore/source.h>

View file

@ -35,9 +35,9 @@
#include <unistd.h>
#include <limits.h>
#include <polyp/error.h>
#include <polyp/xmalloc.h>
#include <polypcore/core-error.h>
#include <polypcore/iochannel.h>
#include <polypcore/sink.h>
#include <polypcore/source.h>

View file

@ -33,9 +33,9 @@
#include <unistd.h>
#include <limits.h>
#include <polyp/error.h>
#include <polyp/xmalloc.h>
#include <polypcore/core-error.h>
#include <polypcore/iochannel.h>
#include <polypcore/sink.h>
#include <polypcore/module.h>

View file

@ -33,9 +33,9 @@
#include <unistd.h>
#include <limits.h>
#include <polyp/error.h>
#include <polyp/xmalloc.h>
#include <polypcore/core-error.h>
#include <polypcore/iochannel.h>
#include <polypcore/source.h>
#include <polypcore/module.h>

View file

@ -42,9 +42,9 @@
#include "../polypcore/winsock.h"
#include <polyp/error.h>
#include <polyp/xmalloc.h>
#include <polypcore/core-error.h>
#include <polypcore/module.h>
#include <polypcore/socket-server.h>
#include <polypcore/socket-util.h>

View file

@ -32,9 +32,9 @@
#include <stdlib.h>
#include <ctype.h>
#include <polyp/error.h>
#include <polyp/xmalloc.h>
#include <polypcore/core-error.h>
#include <polypcore/module.h>
#include <polypcore/core-util.h>
#include <polypcore/modargs.h>

View file

@ -34,8 +34,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <polyp/error.h>
#include <polypcore/core-error.h>
#include <polypcore/core-util.h>
#include <polypcore/log.h>

View file

@ -31,10 +31,10 @@
#include <string.h>
#include <unistd.h>
#include <polyp/error.h>
#include <polyp/timeval.h>
#include <polyp/xmalloc.h>
#include <polypcore/core-error.h>
#include <polypcore/module.h>
#include <polypcore/llist.h>
#include <polypcore/sink.h>

View file

@ -32,11 +32,11 @@
#include <string.h>
#include <unistd.h>
#include <polyp/error.h>
#include <polyp/timeval.h>
#include <polyp/util.h>
#include <polyp/xmalloc.h>
#include <polypcore/core-error.h>
#include <polypcore/module.h>
#include <polypcore/llist.h>
#include <polypcore/source.h>

View file

@ -36,8 +36,7 @@
#include <sys/filio.h>
#endif
#include <polyp/error.h>
#include <polypcore/core-error.h>
#include <polypcore/log.h>
#include "rtp.h"

View file

@ -38,9 +38,9 @@
#include <sys/filio.h>
#endif
#include <polyp/error.h>
#include <polyp/xmalloc.h>
#include <polypcore/core-error.h>
#include <polypcore/core-util.h>
#include <polypcore/log.h>