All of lore.kernel.org
 help / color / mirror / Atom feed
* master - man-generator: drop macro redefines
@ 2018-06-14 21:23 Zdenek Kabelac
  0 siblings, 0 replies; only message in thread
From: Zdenek Kabelac @ 2018-06-14 21:23 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=52e7270e23858509fd0da419ecbc4e42e22f04ac
Commit:        52e7270e23858509fd0da419ecbc4e42e22f04ac
Parent:        faf3cc8f71a6e727e2124199eef25ff00e954c0f
Author:        Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate:    Thu Jun 14 23:15:28 2018 +0200
Committer:     Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Thu Jun 14 23:22:42 2018 +0200

man-generator: drop macro redefines

---
 tools/command.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/tools/command.c b/tools/command.c
index e1391a1..eefc124 100644
--- a/tools/command.c
+++ b/tools/command.c
@@ -51,9 +51,6 @@ do { \
 	printf(fmt "\n", ##args); \
 } while (0)
 
-#define malloc malloc
-#define strdup strdup
-#define free free
 #define dm_snprintf snprintf
 
 static int dm_strncpy(char *dest, const char *src, size_t n)



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

only message in thread, other threads:[~2018-06-14 21:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-14 21:23 master - man-generator: drop macro redefines 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.