opnsense-ports/sysutils/consolehm/files/patch-chm.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
269 B
C

--- chm.h.orig Wed May 31 19:42:57 2000
+++ chm.h Mon Aug 1 04:41:00 2005
@@ -19,7 +19,7 @@
#include <machine/cpufunc.h>
#ifdef HAVE_SMBUS
- #include <machine/smb.h>
+ #include <dev/smbus/smb.h>
int SMBUS = 1;
#else
int SMBUS = 0;