aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include/namespace.h
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2003-05-01 19:03:14 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2003-05-01 19:03:14 +0000
commitd05090827f0e5b95cc7d2bcdde8b3b4e0f986241 (patch)
tree736595316c161b3d1ae559f331feaa6ba12b500e /lib/libc/include/namespace.h
parent9501b60383bd4123b406e604b1fbe8108778c634 (diff)
downloadsrc-d05090827f0e5b95cc7d2bcdde8b3b4e0f986241.tar.gz
src-d05090827f0e5b95cc7d2bcdde8b3b4e0f986241.zip
Back out the `hiding' of strlcpy and strlcat. Several people
vocally objected to this safety belt.
Notes
Notes: svn path=/head/; revision=114443
Diffstat (limited to 'lib/libc/include/namespace.h')
-rw-r--r--lib/libc/include/namespace.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h
index 6a7c68dfb322..e626200e1e29 100644
--- a/lib/libc/include/namespace.h
+++ b/lib/libc/include/namespace.h
@@ -43,8 +43,6 @@
#define err _err
#define warn _warn
#define nsdispatch _nsdispatch
-#define strlcat _strlcat
-#define strlcpy _strlcpy
/*
* Prototypes for syscalls/functions that need to be overridden