From 2c62790f0ab1dfaa4e48c3092b5397f0e6109141 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 14 Jan 1997 23:19:24 +0000 Subject: Remove bad redefinitions. svn path=/trunk/; revision=765 --- netrc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'netrc.c') diff --git a/netrc.c b/netrc.c index c4946c06..9ae773ea 100644 --- a/netrc.c +++ b/netrc.c @@ -40,10 +40,6 @@ # define xrealloc realloc #endif -/* fetchmail is not consistent with the xmalloc functions. */ -# define xrealloc realloc -# define xstrdup strdup - /* Maybe add NEWENTRY to the account information list, LIST. NEWENTRY is set to a ready-to-use netrc_entry, in any event. */ static void -- cgit v1.2.3