* include/sys/cdefs.h: Remove extra line.

This commit is contained in:
Christopher Faylor 2005-08-08 18:54:28 +00:00
parent 2ab8ea6738
commit d4c8f095ba
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-08-08 Christopher Faylor <cgf@timesys.com>
* include/sys/cdefs.h: Remove extra line.
2005-08-08 Corinna Vinschen <corinna@vinschen.de>
* security.cc (get_reg_security): New static function.

View File

@ -19,6 +19,5 @@ details. */
#endif
#define __P(protos) protos /* full-blown ANSI C */
#define __CONCAT(__x,__y) __x##__y
#define __CONCAT(__x,__y) __x##__y
#endif