com32: remove strpcpy() - we already have stpcpy()
authorH. Peter Anvin <hpa@zytor.com>
Thu, 13 Aug 2009 04:23:10 +0000 (21:23 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 13 Aug 2009 04:23:10 +0000 (21:23 -0700)
commit9d74e76846da90d73f77ea9e8275a071d869fd31
tree565e2950b654f0ed8967af289a022f666fb2f8f8
parent0456f52098e30355a09ad2e05c3a26fc2dbc1752
com32: remove strpcpy() - we already have stpcpy()

Remove strpcpy(); it is exactly the same thing as stpcpy() which we
already have, and which is more "standard" (in the sense that none of
these are actually standard...)

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/include/string.h
com32/lib/Makefile
com32/lib/strpcpy.c [deleted file]
com32/mboot/mboot.c