Apply kfreebsd patch from Debian.
This commit is contained in:
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user