diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-12-03 13:13:24 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-12-03 13:13:24 +0000 |
commit | 0812297dbefe7b3f2293baae67b80399092e8262 (patch) | |
tree | eeb9c0959bc70bb4705baa02ead99096130d1119 /sysutils/x86info/files/patch-Intel_topology.c | |
parent | Update to 1.7.1. (diff) |
- Update to latest GitHub version
- Update WWW
PR: 214878
Submitted by: kib
Notes
Notes:
svn path=/head/; revision=427612
Diffstat (limited to 'sysutils/x86info/files/patch-Intel_topology.c')
-rw-r--r-- | sysutils/x86info/files/patch-Intel_topology.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sysutils/x86info/files/patch-Intel_topology.c b/sysutils/x86info/files/patch-Intel_topology.c deleted file mode 100644 index 2519624aae53..000000000000 --- a/sysutils/x86info/files/patch-Intel_topology.c +++ /dev/null @@ -1,18 +0,0 @@ ---- Intel/topology.c.orig 2011-09-15 15:36:57.000000000 -0700 -+++ Intel/topology.c 2011-09-15 15:37:10.000000000 -0700 -@@ -20,6 +20,7 @@ - * Note fls(0) = 0, fls(1) = 1, fls(0x80000000) = 32. - */ - -+#ifndef __FreeBSD__ /* FreeBSD has fls() in strings.h */ - static int fls(int x) - { - int r = 32; -@@ -48,6 +49,7 @@ - } - return r; - } -+#endif - - static int get_count_order(unsigned int count) - { |