]> git.tuebingen.mpg.de Git - paraslash.git/commit
Make it compile on FreeBSD.
authorAndre Noll <maan@systemlinux.org>
Tue, 2 Oct 2007 13:56:10 +0000 (15:56 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 2 Oct 2007 13:56:10 +0000 (15:56 +0200)
commitcf1e416e5db97f1673521a63dacaa1487fb875d7
tree3c93886663623a0d1b3b765ccfb82f403dbab3d6
parent153980b65dec0addcd5cccf4bc6b240378355735
Make it compile on FreeBSD.

This was easier than expected. Only two items needed fixing:

- signal.h has to be included for several files that use signals.
- The __used and __packed macros are already defined on FreeBSD which
  leads to an error at compile time. Fortunately paraslash doesn't use
  these macros at all, so we can simply remove them.
FEATURES
afs.c
command.c
gcc-compat.h
gui.c
playlist_selector.c
server.c