From: Niels Provos Date: Sat, 25 Oct 2003 21:49:25 +0000 (+0000) Subject: fix license X-Git-Tag: release-1.1b~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2f06f4f6a6b76e217cb290a6d47918521da6f1e;p=libevent fix license svn:r88 --- diff --git a/compat/sys/_time.h b/compat/sys/_time.h index 03b51246..8cabb0d5 100644 --- a/compat/sys/_time.h +++ b/compat/sys/_time.h @@ -13,11 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/compat/sys/queue.h b/compat/sys/queue.h index 269af413..c0956ddc 100644 --- a/compat/sys/queue.h +++ b/compat/sys/queue.h @@ -13,11 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -96,12 +92,14 @@ struct name { \ #define SLIST_HEAD_INITIALIZER(head) \ { NULL } - + +#ifndef WIN32 #define SLIST_ENTRY(type) \ struct { \ struct type *sle_next; /* next element */ \ } - +#endif + /* * Singly-linked List access methods. */