added a #define __P(x) x

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7724 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2004-06-01 09:37:57 +00:00
parent 6ac9d145e1
commit 9f4e62da12

View File

@ -30,6 +30,7 @@
*/
//#include <sys/cdefs.h>
#define __P(x) x
#ifndef lint
static char copyright[] ="@(#) Copyright (c) 1980, 1988, 1993\n\
The Regents of the University of California. All rights reserved.\n";