From e6a5f31ad0d3d37e6a416cae5940a3596e96dd7c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 1 Sep 2008 07:02:12 +0000 Subject: [PATCH] =?UTF-8?q?2008-09-01=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * httpd/asp.c, httpd/balloc.c, httpd/default.c, httpd/emfdb.c, httpd/form.c, httpd/handler.c, httpd/md5c.c, httpd/security.c, httpd/sock.c, httpd/socket.c, httpd/sym.c, httpd/uemf.c, httpd/um.c, httpd/webmain.c, httpd/webs.c, httpd/websuemf.c: Stop using old-style function definitions. --- cpukit/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 072fc37e88..4b5ef95a90 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,12 @@ +2008-09-01 Ralf Corsépius + + * httpd/asp.c, httpd/balloc.c, httpd/default.c, + httpd/emfdb.c, httpd/form.c, httpd/handler.c, + httpd/md5c.c, httpd/security.c, httpd/sock.c, + httpd/socket.c, httpd/sym.c, httpd/uemf.c, httpd/um.c, + httpd/webmain.c, httpd/webs.c, httpd/websuemf.c: + Stop using old-style function definitions. + 2008-09-01 Ralf Corsépius * libnetworking/libc/addr2ascii.c,