From b3d3fc366eabfd01bdcabacc73e0b6b39b8c2fb2 Mon Sep 17 00:00:00 2001
From: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>
Date: Sun, 7 Apr 2002 17:42:27 +0000
Subject: Add a missing void in the parameter list of http_request().

---
 release/picobsd/tinyware/simple_httpd/simple_httpd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'release/picobsd')

diff --git a/release/picobsd/tinyware/simple_httpd/simple_httpd.c b/release/picobsd/tinyware/simple_httpd/simple_httpd.c
index f497c0bd96a5..dce226294c74 100644
--- a/release/picobsd/tinyware/simple_httpd/simple_httpd.c
+++ b/release/picobsd/tinyware/simple_httpd/simple_httpd.c
@@ -194,7 +194,7 @@ log_line(char *req)
  * and do what needs to be done
  */
 void
-http_request()
+http_request(void)
 {
 	int             fd, lg, i; 
 	int             cmd = 0;
-- 
cgit v1.2.3