]> err.no Git - util-linux/commitdiff
include: fix list.h ifdefs
authorKarel Zak <kzak@redhat.com>
Fri, 14 Jan 2011 14:49:07 +0000 (15:49 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 14 Jan 2011 14:49:07 +0000 (15:49 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
include/list.h

index 7648c3c033fdb5d7a45c65e15a27a3969ce789d5..f7b17fe37cee7d5c78d354b796fda1d5edebc530 100644 (file)
@@ -5,8 +5,8 @@
  * (based on list.h from e2fsprogs)
  */
 
-#if !defined(_LIBMOUNT_LIST_H) && !defined(LIST_HEAD)
-#define _LIBMOUNT_LIST_H
+#ifndef UTIL_LINUX_LIST_H
+#define UTIL_LINUX_LIST_H
 
 /* TODO: use AC_C_INLINE */
 #ifdef __GNUC__
@@ -194,4 +194,4 @@ _INLINE_ void list_splice(struct list_head *list, struct list_head *head)
 
 #undef _INLINE_
 
-#endif /* __LIBFSPROBE_LIST_H__ */
+#endif /* UTIL_LINUX_LIST_H */