aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-07-20 10:26:17 -0700
committerGerald Combs <gerald@wireshark.org>2018-07-20 19:20:11 +0000
commit977f4c2e687a57b3b398bf3cee4245eaf331346a (patch)
tree5d6b8131b65f7c60fe9efa4b5ca3999a6fbcd0c4 /tools
parentc78b6cdcefed4066e398f5fb42dd64ed23cf9ce8 (diff)
CMake: Don't bother testing for _fseeki64 on Windows.
We don't appear to use it and if we ever do need it it's been available since Visual Studio 2005 / MSVCR80. Change-Id: Ifd44d78b96a21577ceea635653517a348ded50f7 Reviewed-on: https://code.wireshark.org/review/28778 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/checklicenses.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/checklicenses.py b/tools/checklicenses.py
index 3b27837087..58e75671cd 100755
--- a/tools/checklicenses.py
+++ b/tools/checklicenses.py
@@ -98,9 +98,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'cmake/TestFileOffsetBits.c': [
'UNKNOWN',
],
- 'cmake/TestWindowsFSeek.c': [
- 'UNKNOWN',
- ],
# Generated header files by lex/yacc/whatever
'epan/dtd_grammar.h': [
'UNKNOWN',