blob: c62cc755a0fc6bfde3165ad11d047a8da03d1726 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD$
--- src/pcat/pcat.c.orig
+++ src/pcat/pcat.c
@@ -114,7 +114,7 @@
* grope kernel memory instead.
*/
#if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \
- || defined(FREEBSD5)
+ || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7)
#define SUPPORTED
#include <sys/param.h>
#include <sys/user.h>
|