lib/csa: Use ANSI C prototypes
Improve type compatibility and enable ANSI C prototypes.
This commit is contained in:
committed by
Jon Trulson
parent
aa12f819dd
commit
50e6c86bf4
@@ -4,11 +4,3 @@
|
||||
#if defined(HPUX)
|
||||
#include <rpc/types.h>
|
||||
#endif /* HPUX */
|
||||
|
||||
#if defined(linux) || defined(CSRG_BASED)
|
||||
# if defined __STDC__
|
||||
# define REDEFINE_STDC
|
||||
# undef __STDC__
|
||||
# endif
|
||||
#endif /* linux */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user