]> granicus.if.org Git - libevent/commitdiff
fix license
authorNiels Provos <provos@gmail.com>
Sat, 25 Oct 2003 21:49:25 +0000 (21:49 +0000)
committerNiels Provos <provos@gmail.com>
Sat, 25 Oct 2003 21:49:25 +0000 (21:49 +0000)
svn:r88

compat/sys/_time.h
compat/sys/queue.h

index 03b512462be06c42271341815c97147050898dcf..8cabb0d55e7718904438c2846468a113cd008252 100644 (file)
  * 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.
  *
index 269af413c35195fc99ffe69d89148212a5ac632d..c0956ddce43eaa2907531344234da61546b14c1b 100644 (file)
  * 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.
  */