minor fix for Solaris boxes

This commit is contained in:
antirez 2009-05-28 18:26:28 +02:00
parent 144d479b7c
commit edd9f775f0

View File

@ -37,7 +37,9 @@
* SUCH DAMAGE.
*/
#ifndef __P
#define __P(protos) protos
#endif
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)