chiark / gitweb /
vtwm (5.4.7-3) unstable; urgency=medium
[vtwm.git] / list.c
diff --git a/list.c b/list.c
index e91a69aa7e1d8d1af0a1e1c711bfa302bea0c8a1..f96f5b0880ded32fc0fe928b6d37d521599fd5bc 100644 (file)
--- a/list.c
+++ b/list.c
@@ -60,9 +60,6 @@
 
 #define REGCOMP_FLAGS          (REG_EXTENDED | REG_NOSUB)
 
-#define strdup Strdup /* avoid conflict with system header files */
-extern char *strdup(char *);
-
 struct name_list_struct
 {
     name_list *next;           /* pointer to the next name */