1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/sysutils/wmhm/files/patch-ad
2005-08-01 14:05:53 +00:00

12 lines
239 B
Plaintext

--- wmhm.c.orig Sun Jul 22 06:04:31 2001
+++ wmhm.c Mon Aug 1 14:51:21 2005
@@ -50,7 +50,7 @@
#include <machine/cpufunc.h>
#ifdef HAVE_SMBUS
-#include <machine/smb.h>
+#include <dev/smbus/smb.h>
int SMBUS = 1;
#else
int SMBUS = 0;