diff options
author | arved <arved@FreeBSD.org> | 2007-05-31 04:17:19 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2007-05-31 04:17:19 +0800 |
commit | 6bad5b677f34d24a61e93f826a925f442543aa47 (patch) | |
tree | 28ed4b50dd8e95c556863dff3f2ede65b8d8f27f /misc/videotext | |
parent | 80fcc7bceac5e0614ecbbe731ab99a318b6aaa04 (diff) | |
download | freebsd-ports-graphics-6bad5b677f34d24a61e93f826a925f442543aa47.tar.gz freebsd-ports-graphics-6bad5b677f34d24a61e93f826a925f442543aa47.tar.zst freebsd-ports-graphics-6bad5b677f34d24a61e93f826a925f442543aa47.zip |
Fix build with gcc4
Diffstat (limited to 'misc/videotext')
-rw-r--r-- | misc/videotext/files/patch-hotlist.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/videotext/files/patch-hotlist.h b/misc/videotext/files/patch-hotlist.h new file mode 100644 index 00000000000..c97dc0abf91 --- /dev/null +++ b/misc/videotext/files/patch-hotlist.h @@ -0,0 +1,10 @@ +--- hotlist.h.orig Wed May 30 22:15:43 2007 ++++ hotlist.h Wed May 30 22:15:54 2007 +@@ -31,7 +31,6 @@ + #define HL_SEARCHREQ (1 << 15) + + +-extern int hotlist_count; + + + void hotlist_init(void); |