diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-30 20:17:19 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-30 20:17:19 +0000 |
commit | c0c54fbe75137011056cc2e71f5105f4818972da (patch) | |
tree | e2082630a8f0b48569a842d823f9fb411607b1bd /misc | |
parent | ce7733bb75ee70e188fcb28eddca0dd2cc08c12f (diff) |
Notes
Diffstat (limited to 'misc')
-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 000000000000..c97dc0abf915 --- /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); |