diff --git a/ChangeLog b/ChangeLog index 39962ef2..97d54c38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ * src/login.c: Remove declaration of dolastlog(). * lib/prototypes.h: Include for the declaration of struct lastlog. + * lib/prototypes.h: Remove old comments in the header. 2008-01-05 Nicolas François diff --git a/lib/prototypes.h b/lib/prototypes.h index 39c1cd57..c5a73019 100644 --- a/lib/prototypes.h +++ b/lib/prototypes.h @@ -1,15 +1,10 @@ /* * prototypes.h * - * Missing function prototypes + * lib and libmisc function prototypes * - * Juha Virtanen, ; November 1995 - */ -/* * $Id$ * - * Added a macro to work around ancient (non-ANSI) compilers, just in case - * someone ever tries to compile this with SunOS cc... --marekm */ #ifndef _PROTOTYPES_H