Commit 50ddc2e9 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

I promise this will stop at some point

parent e10a004c
......@@ -122,11 +122,13 @@
#ifdef __SUNPRO_C
#define NEEDLESS(s) {}
#define __unused
#else
#define NEEDLESS(s) s
#endif
#ifndef __unused
# define __unused
#endif
/*
* Most of this nightmare is stolen from FreeBSD's <cdefs.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment