]> git.neil.brown.name Git - portmap.git/commit
Remove #define of perror.
authorNeil Brown <neilb@notabene.brown>
Fri, 20 Apr 2007 02:41:29 +0000 (12:41 +1000)
committerNeil Brown <neilb@notabene.brown>
Fri, 20 Apr 2007 02:41:29 +0000 (12:41 +1000)
commit7ab39c464f3120eb005230930b1abb3b55b3065c
treebce84a22b4184d61276dc3832cc34d83b484eb2b
parent7f5d4a4ea6e6fc88d325744262d7101712032174
Remove #define of perror.

Original code defined a new perror to send error messages via
syslog so that perror calls in the rpc library would be redefined as well,
and the had -Dperror=xperror in the Makefile to override this.

Debian and Fedora just removed the "-Dperror=.."
SuSE fixed up problems by adding some more "#undef perror".

I have taken the Debian/Fedora approach and tidied up related bits of code.
Makefile
from_local.c
pmap_dump.8 [new file with mode: 0644]
pmap_dump.c
pmap_set.8 [new file with mode: 0644]
portmap.8 [new file with mode: 0644]
portmap.c