Apply kfreebsd patch from Debian.

This commit is contained in:
rocky
2007-12-15 22:36:35 +00:00
parent 9de6b551d4
commit ddf569dbea
3 changed files with 13 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: freebsd.h,v 1.6 2006/03/18 01:56:19 rocky Exp $
$Id: freebsd.h,v 1.7 2007/12/15 22:36:35 rocky Exp $
Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
@@ -78,7 +78,7 @@ struct ioc_read_audio
#include <sys/ioctl.h>
#include <sys/param.h> /* for __FreeBSD_version */
#if __FreeBSD_version < 500000
#if (__FreeBSD_version < 500000) && (__FreeBSD_kernel_version < 500000)
#define DEVICE_POSTFIX "c"
#else
#define DEVICE_POSTFIX ""