diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-11 20:48:46 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-11 20:48:46 +0000 |
commit | 7b56ac52f92d8f7167e12cf508365af8a6dd942a (patch) | |
tree | 34df9c7abb6047154b03fe35cb77006498358af9 /audio/xcdplayer/files | |
parent | ea9a441962449fee2577aebc93e0e3a85a408e21 (diff) | |
download | pkgsrc-7b56ac52f92d8f7167e12cf508365af8a6dd942a.tar.gz |
DragonFly support.
XXX Is sys/buf.h needed at all in cdrom_freebsd.c?
Diffstat (limited to 'audio/xcdplayer/files')
-rw-r--r-- | audio/xcdplayer/files/cdrom_freebsd.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/xcdplayer/files/cdrom_freebsd.c b/audio/xcdplayer/files/cdrom_freebsd.c index 7e5cdf3baa3..62b523e1844 100644 --- a/audio/xcdplayer/files/cdrom_freebsd.c +++ b/audio/xcdplayer/files/cdrom_freebsd.c @@ -1,4 +1,4 @@ -/* $NetBSD: cdrom_freebsd.c,v 1.5 1998/09/07 18:56:54 garbled Exp $ */ +/* $NetBSD: cdrom_freebsd.c,v 1.6 2005/12/11 20:48:46 joerg Exp $ */ /* * Copyright (C) 1990 Regents of the University of California. * @@ -22,7 +22,9 @@ static int c; # include <sys/param.h> # include <sys/stat.h> # include <string.h> +#ifndef __DragonFly__ # include <sys/buf.h> +#endif # include <sys/time.h> #include <sys/ioctl.h> |