]> sourceware.org Git - lvm2.git/commitdiff
Headerfile <pthread.h> is no longer needed here
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 11 May 2010 08:32:22 +0000 (08:32 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Tue, 11 May 2010 08:32:22 +0000 (08:32 +0000)
daemons/dmeventd/plugins/mirror/dmeventd_mirror.c
daemons/dmeventd/plugins/snapshot/dmeventd_snapshot.c

index 4d2eee5c748075943c851665c48f9e692a411b9b..788f9f5a8dae0afd828e515a65d2dfdbeac4c34a 100644 (file)
@@ -19,8 +19,6 @@
 #include "libdevmapper-event.h"
 #include "dmeventd_lvm.h"
 
-#include <pthread.h>
-
 #include <syslog.h> /* FIXME Replace syslog with multilog */
 /* FIXME Missing openlog? */
 /* FIXME Replace most syslogs with log_error() style messages and add complete context. */
index 01bb2c20732da92427df3d3961871e12d9e642a4..3c85c6d578a61ee770e65d8af5d8740257517186 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2008 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2007-2010 Red Hat, Inc. All rights reserved.
  *
  * This file is part of LVM2.
  *
@@ -21,7 +21,6 @@
 
 #include "lvm-string.h"
 
-#include <pthread.h>
 #include <syslog.h> /* FIXME Replace syslog with multilog */
 /* FIXME Missing openlog? */
 
This page took 0.055834 seconds and 5 git commands to generate.