Author: rmh Date: 2006-02-10 15:22:58 +0000 (Fri, 10 Feb 2006) New Revision: 1157
Modified: trunk/libbsd/include/bsd/bsd.h Log: Add __unused. Modified: trunk/libbsd/include/bsd/bsd.h =================================================================== --- trunk/libbsd/include/bsd/bsd.h 2006-02-10 14:59:03 UTC (rev 1156) +++ trunk/libbsd/include/bsd/bsd.h 2006-02-10 15:22:58 UTC (rev 1157) @@ -8,6 +8,7 @@ #define setproctitle(fmt, args...) #define __dead2 +#define __unused #define __printflike(x,y) #define __FBSDID(x) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

