]> git.draconx.ca Git - rarpd-dx.git/commit
Stop using GNU "error" functions.
authorNick Bowler <nbowler@draconx.ca>
Thu, 27 Jul 2023 04:05:32 +0000 (00:05 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 27 Jul 2023 04:10:36 +0000 (00:10 -0400)
commit0bf68d0c2640d1bd7a50e8438a89164e68d03e0d
tree331c01579957d376feb33c03dca7e96e8b8f4f19
parente47d657a9839025639a93fbf4b3d57f24508f284
Stop using GNU "error" functions.

For an actually portable error fallback, just don't use error at all.

There are literally just 3 calls to the GNU error function, all of which
are directly in main.  We can just use normal prints and return.
configure.ac
src/rarpd.c