]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Remove old comments in the header.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 5 Jan 2008 17:22:38 +0000 (17:22 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 5 Jan 2008 17:22:38 +0000 (17:22 +0000)
ChangeLog
lib/prototypes.h

index 39962ef2e429699d9a9b427dd9538779c679678b..97d54c38fea98f5e6f8267810e2f9b8078c1a300 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
        * src/login.c: Remove declaration of dolastlog().
        * lib/prototypes.h: Include <lastlog.h> for the declaration of
        struct lastlog.
+       * lib/prototypes.h: Remove old comments in the header.
 
 2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
 
index 39c1cd57baf11e966af5cbf3acfa0d229f64b179..c5a73019f93c51208dedc71e95699c833e98a900 100644 (file)
@@ -1,15 +1,10 @@
 /*
  * prototypes.h
  *
- * Missing function prototypes
+ * lib and libmisc function prototypes
  *
- * Juha Virtanen, <jiivee@hut.fi>; 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