1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-06 00:58:48 +03:00

Headerfile <pthread.h> is no longer needed here

This commit is contained in:
Zdenek Kabelac 2010-05-11 08:32:22 +00:00
parent 1641fdf90c
commit 1b281f408d
2 changed files with 1 additions and 4 deletions

View 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. */

View 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? */