diff options
author | Brian Somers <brian@FreeBSD.org> | 2005-08-01 14:05:53 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2005-08-01 14:05:53 +0000 |
commit | 7657e8af1410103b579b9395460a659f77d31887 (patch) | |
tree | 8bf1eefccfd1ced03898daaf5d32efb06183cc81 /sysutils/wmhm/files/patch-ac | |
parent | 02c00cb10237fceb2c4efbf175efc2c1d6651f58 (diff) |
Notes
Diffstat (limited to 'sysutils/wmhm/files/patch-ac')
-rw-r--r-- | sysutils/wmhm/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/wmhm/files/patch-ac b/sysutils/wmhm/files/patch-ac new file mode 100644 index 000000000000..8e02ae030f77 --- /dev/null +++ b/sysutils/wmhm/files/patch-ac @@ -0,0 +1,11 @@ +--- operations.c.orig Sun Jul 22 06:00:55 2001 ++++ operations.c Mon Aug 1 14:51:17 2005 +@@ -42,7 +42,7 @@ + #include <machine/speaker.h> + + #ifdef HAVE_SMBUS +-#include <machine/smb.h> ++#include <dev/smbus/smb.h> + #endif + #include "machine/speaker.h" + |