* include/sys/cdefs.h: Remove extra line.
This commit is contained in:
parent
2ab8ea6738
commit
d4c8f095ba
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue