Work around circular library issue when cross-compiling.
authorEric Blake <ebb9@byu.net>
Thu, 20 Dec 2007 20:15:27 +0000 (13:15 -0700)
committerEric Blake <ebb9@byu.net>
Thu, 20 Dec 2007 20:15:27 +0000 (13:15 -0700)
commite5573b1bad88bfabcda181b9e0125fb0c52b7d3b
tree3dacd9e1a93a97ad8432a2a7aa50f4203baa3da1
parentfc068cf4eb6814e848e4dc54e1c5cf4c30a79a6f
Work around circular library issue when cross-compiling.

* lib/progname.c (set_program_name): Use strncmp, not memcmp, so
that progname.o does not need to pull in rpl_memcmp.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
lib/progname.c