summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2002-04-07 17:42:27 +0000
committerasmodai <asmodai@FreeBSD.org>2002-04-07 17:42:27 +0000
commit6a6580e54968b10a7212ee5aa48a1183f85ca98b (patch)
tree4e05dbc5173f76d6a84e157adae502b178b1c742 /release
parentffbac76a7eb23c6b7769dc83e7a0b2b8129f9eb6 (diff)
downloadFreeBSD-src-6a6580e54968b10a7212ee5aa48a1183f85ca98b.zip
FreeBSD-src-6a6580e54968b10a7212ee5aa48a1183f85ca98b.tar.gz
Add a missing void in the parameter list of http_request().
Diffstat (limited to 'release')
-rw-r--r--release/picobsd/tinyware/simple_httpd/simple_httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/picobsd/tinyware/simple_httpd/simple_httpd.c b/release/picobsd/tinyware/simple_httpd/simple_httpd.c
index f497c0b..dce2262 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;
OpenPOWER on IntegriCloud