* Replace all str{cpy,cat} functions with strl{cpy,cat}
authorCharles Longeau <chl@tuxfamily.org>
Sat, 22 Nov 2008 17:01:27 +0000 (17:01 +0000)
committerCharles Longeau <chl@tuxfamily.org>
Sat, 22 Nov 2008 17:01:27 +0000 (17:01 +0000)
commitb4e3bdd69231be854af1032a3c8976fd67e35b5d
tree0c7451f53f3ccf615649fbe2f8049f4624023705
parente58753f492784dbef6f8e0ea453788a26bf8a09d
* Replace all str{cpy,cat} functions with strl{cpy,cat}
* Ensure that strl{cpy,cat} are included in libmagic,
  as needed.

ok Christos
ChangeLog
configure.ac
src/compress.c
src/file.h
src/fsmagic.c
src/magic.c
src/strlcat.c [new file with mode: 0644]
src/strlcpy.c [new file with mode: 0644]