All of lore.kernel.org
 help / color / mirror / Atom feed
* master - lvmlockd: drop superfluous defines
@ 2018-12-21 20:46 Zdenek Kabelac
  0 siblings, 0 replies; only message in thread
From: Zdenek Kabelac @ 2018-12-21 20:46 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=a3fe6195521a58c93d7158028c7ab62da14d4ddd
Commit:        a3fe6195521a58c93d7158028c7ab62da14d4ddd
Parent:        71af650760c2b75b3c267277f47d8ba235421300
Author:        Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate:    Fri Dec 21 11:16:05 2018 +0100
Committer:     Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Fri Dec 21 21:42:30 2018 +0100

lvmlockd: drop superfluous defines

These defines are automatically granted with _GNU_SOURCE
which is use for whole compilation via configure.h.
---
 daemons/lvmlockd/lvmlockd-core.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/daemons/lvmlockd/lvmlockd-core.c b/daemons/lvmlockd/lvmlockd-core.c
index 1c58d4d..e643d76 100644
--- a/daemons/lvmlockd/lvmlockd-core.c
+++ b/daemons/lvmlockd/lvmlockd-core.c
@@ -8,9 +8,6 @@
  * of the GNU Lesser General Public License v.2.1.
  */
 
-#define _XOPEN_SOURCE 500  /* pthread */
-#define _ISOC99_SOURCE
-
 #include "tools/tool.h"
 
 #include "libdaemon/client/daemon-io.h"



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-12-21 20:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-21 20:46 master - lvmlockd: drop superfluous defines Zdenek Kabelac

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.