From 247cd15268d548e578a429483b414ab27caa4037 Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Thu, 22 Jul 2010 18:52:29 +0000 Subject: [PATCH] Make these files compile with clang. Submitted by: Dimitry Andric --- contrib/tcp_wrappers/fix_options.c | 1 + contrib/top/screen.c | 1 + 2 files changed, 2 insertions(+) diff --git a/contrib/tcp_wrappers/fix_options.c b/contrib/tcp_wrappers/fix_options.c index 4983a55a47a..b31c61a0382 100644 --- a/contrib/tcp_wrappers/fix_options.c +++ b/contrib/tcp_wrappers/fix_options.c @@ -34,6 +34,7 @@ static char sccsid[] = "@(#) fix_options.c 1.6 97/04/08 02:29:19"; /* fix_options - get rid of IP-level socket options */ +void fix_options(request) struct request_info *request; { diff --git a/contrib/top/screen.c b/contrib/top/screen.c index 348304cc283..8eb1ccd1b43 100644 --- a/contrib/top/screen.c +++ b/contrib/top/screen.c @@ -96,6 +96,7 @@ static int new_lword; #define STDOUT 1 #define STDERR 2 +void init_termcap(interactive) int interactive;