minor fix for Solaris boxes

This commit is contained in:
antirez 2009-05-28 18:26:28 +02:00
parent 144d479b7c
commit edd9f775f0
1 changed files with 2 additions and 0 deletions

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)