Commit e0842f52 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Fix build failures

Get rid of a unused variable, add a missing prototype
parent 4340f0a8
......@@ -56,6 +56,9 @@ SVNID("$Id$")
rl_callback_handler_remove(); \
exit(status); \
} while (0)
void send_line(char *l);
#else
#define RL_EXIT(status) exit(status)
#endif
......@@ -193,7 +196,7 @@ pass(int sock)
{
struct pollfd fds[2];
char buf[1024];
int i, n;
int i;
char *answer = NULL;
unsigned u, status;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment