diff options
author | Russ Allbery <eagle@eyrie.org> | 2016-01-17 14:33:11 -0800 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2016-01-17 14:33:11 -0800 |
commit | 128699d54becd0aa45f1fd43a0ab38642a58ce86 (patch) | |
tree | 972a8fbb6aa707910963b8281d73506ec9076c7d /tests/portable/strlcpy.c | |
parent | 57a5a0095c3fe0f22dcbb9d99a82cc94f2b608c7 (diff) |
Remove remaining uses of strlcpy and strlcat
Diffstat (limited to 'tests/portable/strlcpy.c')
-rw-r--r-- | tests/portable/strlcpy.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/portable/strlcpy.c b/tests/portable/strlcpy.c deleted file mode 100644 index d444595..0000000 --- a/tests/portable/strlcpy.c +++ /dev/null @@ -1,2 +0,0 @@ -#define TESTING 1 -#include <portable/strlcpy.c> |