diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-01-14 23:19:24 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-01-14 23:19:24 +0000 |
commit | 2c62790f0ab1dfaa4e48c3092b5397f0e6109141 (patch) | |
tree | 71e951be162c081c8c75197c88dde8444d793eca | |
parent | 06f83ea8b4a9d711aa0e308223c6be2e6ca0b08e (diff) | |
download | fetchmail-2c62790f0ab1dfaa4e48c3092b5397f0e6109141.tar.gz fetchmail-2c62790f0ab1dfaa4e48c3092b5397f0e6109141.tar.bz2 fetchmail-2c62790f0ab1dfaa4e48c3092b5397f0e6109141.zip |
Remove bad redefinitions.
svn path=/trunk/; revision=765
-rw-r--r-- | netrc.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |