JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
shame on you ulrich drepper! there is no limit as to how much more you
[spectrwm.git] / linux / util.h
index 8175111..73b0b80 100644 (file)
@@ -13,3 +13,8 @@ char   *fgetln(FILE *, size_t *);
 char   *fparseln(FILE *, size_t *, size_t *, const char [3], int);
 
 long long strtonum(const char *, long long, long long, const char **);
+
+/* there is no limit to ulrich drepper's crap */
+#ifndef TAILQ_END
+#define        TAILQ_END(head)                 NULL
+#endif