Make these files compile with clang.

Submitted by:	Dimitry Andric <dimitry at andric.com>
This commit is contained in:
Rui Paulo 2010-07-22 18:52:29 +00:00
parent fcfec2f998
commit 247cd15268
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210386
2 changed files with 2 additions and 0 deletions

View file

@ -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;
{

View file

@ -96,6 +96,7 @@ static int new_lword;
#define STDOUT 1
#define STDERR 2
void
init_termcap(interactive)
int interactive;