1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/sysutils/tct/files/patch-src_pcat_pcat.c
Kirill Ponomarev f5c6cf19ce Unbreak on 6.x and 7.x
Approved by:	portmgr (implicit)
2005-08-05 13:15:39 +00:00

15 lines
338 B
C

$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>