From 8d52ad5c204f79cf66b7bce586e39bfbbf77a370 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 29 Jul 2008 09:17:49 +0000 Subject: [PATCH] =?UTF-8?q?2008-07-29=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * telnetd/pty.c: Add prototypes. Remove misc. C++-code pollution. --- cpukit/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 71492c1105..e85ed6d101 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,6 @@ 2008-07-29 Ralf Corsépius + * telnetd/pty.c: Add prototypes. Remove misc. C++-code pollution. * posix/src/prwlocktrywrlock.c, posix/src/prwlocktryrdlock.c, posix/src/prwlockrdlock.c: Use C-style comments.