~ubuntu-branches/ubuntu/natty/kdemultimedia/natty-proposed

« back to all changes in this revision

Viewing changes to libkcompactdisc/wmlib/plat_freebsd.c

  • Committer: Bazaar Package Importer
  • Author(s): Debian Qt/KDE Maintainers
  • Date: 2011-05-26 02:41:36 UTC
  • mfrom: (0.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 108.
  • Revision ID: james.westby@ubuntu.com-20110526024136-jjwsigfy402jhupm
Tags: upstream-4.6.3
ImportĀ upstreamĀ versionĀ 4.6.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 *
27
27
 */
28
28
 
29
 
#if defined(__FreeBSD__) || defined(__FreeBSD) || defined(__NetBSD__) || defined (__NetBSD) || defined(__FreeBSD_kernel__)
 
29
#if defined(__FreeBSD__) || defined(__FreeBSD) || defined(__NetBSD__) || defined (__NetBSD) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
30
30
 
31
31
 
32
32
#include <errno.h>
68
68
# endif
69
69
 
70
70
#else /* Not OpenBSD, not NetBSD, therefore (probably) FreeBSD */
71
 
 
72
71
# define LEFT_PORT 0
73
72
# define RIGHT_PORT 1
 
73
# if defined (__FreeBSD__)
74
74
# if (__FreeBSD_version < 300000) && (__FreeBSD_kernel_version < 300000)
75
75
#  include <scsi.h>
76
76
# endif
 
77
# endif
77
78
 
78
79
#endif /* if defined(__OpenBSD__) */
79
80