diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-15 19:16:15 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-15 19:16:15 +0000 |
commit | 22d983d48d8bb6bb65469552e96eb1bb24d97bdf (patch) | |
tree | bcf8baae54a4b6ab9d92dfa7ebdb8fb4df3c01fa /sysutils/x86info/files | |
parent | 35bc62854f54433769f98ab2606ae6e891b89d87 (diff) |
upgrade to 1.11
PR: 45313
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=70192
Diffstat (limited to 'sysutils/x86info/files')
-rw-r--r-- | sysutils/x86info/files/patch-Intel_cachesize.c | 18 | ||||
-rw-r--r-- | sysutils/x86info/files/patch-Makefile | 11 |
2 files changed, 11 insertions, 18 deletions
diff --git a/sysutils/x86info/files/patch-Intel_cachesize.c b/sysutils/x86info/files/patch-Intel_cachesize.c deleted file mode 100644 index 48059956852b..000000000000 --- a/sysutils/x86info/files/patch-Intel_cachesize.c +++ /dev/null @@ -1,18 +0,0 @@ ---- Intel/cachesize.c.orig Tue Dec 18 13:43:49 2001 -+++ Intel/cachesize.c Tue Dec 18 13:45:27 2001 -@@ -2,6 +2,15 @@ - * $Id: cachesize.c,v 1.2 2001/12/10 21:48:37 davej Exp $ - */ - -+#ifdef __FreeBSD__ -+# if __FreeBSD__==5 -+# include <stdint.h> -+# else -+# include <inttypes.h> -+# include <sys/types.h> -+# endif -+#endif -+ - #include "../x86info.h" - - void get_intel_cacheinfo (struct cpudata *c) diff --git a/sysutils/x86info/files/patch-Makefile b/sysutils/x86info/files/patch-Makefile new file mode 100644 index 000000000000..61b3a4ad7900 --- /dev/null +++ b/sysutils/x86info/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Thu Nov 14 13:42:46 2002 ++++ Makefile Thu Nov 14 13:42:58 2002 +@@ -4,7 +4,7 @@ + #CFLAGS += -mwin32 -DWIN32_LEAN_AND_MEAN + SHELL = /bin/sh + +-all: x86info test ++all: x86info + + OBJS =\ + AMD/identify.o\ |