]> git.draconx.ca Git - rarpd-dx.git/commit
Punt iputils_common helpers.
authorNick Bowler <nbowler@draconx.ca>
Thu, 27 Jul 2023 03:29:57 +0000 (23:29 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 27 Jul 2023 03:37:48 +0000 (23:37 -0400)
commit7848d2e1002e486171bd4e6a1b8d84d64f389af4
tree9944992a0f938b0d4425adb251396f2c3d97685d
parent41d88c3c624118676add4b16602608c194d91089
Punt iputils_common helpers.

Only two functions from this common library are used by rarpd.

The error fallback depends on program_invocation_short_name, which is a
GNU C library feature, and if you have the GNU C library, you have error,
so I'm really not sure what systems this works on.

And for rarpd, there seems to be no point in explicitly closing the
standard I/O streams since it doesn't print anything normally.
Makefile.am
src/iputils_common.c [deleted file]
src/iputils_common.h [deleted file]
src/rarpd.c