aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/http.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2006-02-28 21:49:33 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2006-02-28 21:49:33 +0000
commit9d4514b0fdac8c06657e1812b8b27e4d964388e0 (patch)
tree29ca37782709cff55cee2300ecd6319423660211 /usr.sbin/sysinstall/http.c
parent97303ec95b0f27f6e2a4928ff974bf4345682f8f (diff)
downloadsrc-9d4514b0fdac8c06657e1812b8b27e4d964388e0.tar.gz
src-9d4514b0fdac8c06657e1812b8b27e4d964388e0.zip
Fix numerous warnings. Aside from menu items in system.c and menu.c
this now compiles on i386 with WARNS?= 3. Most of the fixes included adding missing 'static' keywords to internal functions, using fully-defined terminators in statically defined arrays of structs, and various signed vs unsigned mismatches. Also G/C'd unused configSecurity() function.
Notes
Notes: svn path=/head/; revision=156123
Diffstat (limited to 'usr.sbin/sysinstall/http.c')
-rw-r--r--usr.sbin/sysinstall/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/http.c b/usr.sbin/sysinstall/http.c
index 19c826465e08..1355f084db6a 100644
--- a/usr.sbin/sysinstall/http.c
+++ b/usr.sbin/sysinstall/http.c
@@ -36,7 +36,7 @@
extern const char *ftp_dirs[]; /* defined in ftp.c */
-Boolean
+static Boolean
checkAccess(Boolean proxyCheckOnly)
{
/*