aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-04-03 11:57:21 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-04-03 11:57:21 +0200
commitc7e4266a2e52d0dd0ad446044174c60ebfe10f73 (patch)
tree0e5a64eaa23fafeddd9df952494d580fd4560b9d
parent36b5dff030d5a7d1b4c150c49409a758a4fb2094 (diff)
checksrc.whitelist: remove fopen() uses
-rw-r--r--lib/checksrc.whitelist4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/checksrc.whitelist b/lib/checksrc.whitelist
index 9c29cf96d..1ff5f94c5 100644
--- a/lib/checksrc.whitelist
+++ b/lib/checksrc.whitelist
@@ -4,9 +4,5 @@
150 Opening ASCII mode data connection for [file] (0.0.0.0,0) (545 bytes)
* no_proxy=domain1.dom,host.domain2.dom
Default values are (0,0) initialized by calloc.
- file = fopen(name, "r"); /* VMS */
- return fopen(file, "r"); /* VMS */
- return fopen(file, "r", "rfm=stmlf", "ctx=stm");
- curl_memlog("FILE %s:%d fopen(\"%s\",\"%s\") = %p\n",
a URL as file://localhost//foo must be valid as well, to refer to
const char atom_specials[] = "(){ %*]";