summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-10-24 02:48:45 +0000
committertjr <tjr@FreeBSD.org>2002-10-24 02:48:45 +0000
commitf6957d7de7a8242400b044210d80b2645f9e3866 (patch)
treec7c175fb62e697b875624e5395544a09268a8a05 /lib/libc
parent35d74682e6d53d056c77d3700a05961677f7f0cc (diff)
downloadFreeBSD-src-f6957d7de7a8242400b044210d80b2645f9e3866.zip
FreeBSD-src-f6957d7de7a8242400b044210d80b2645f9e3866.tar.gz
Restore Berkeley SCCS id.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/string/wcsncpy.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/string/wcsncpy.c b/lib/libc/string/wcsncpy.c
index 75dfb1f..e9c9110 100644
--- a/lib/libc/string/wcsncpy.c
+++ b/lib/libc/string/wcsncpy.c
@@ -34,6 +34,11 @@
* SUCH DAMAGE.
*/
+#if 0
+#if defined(LIBC_SCCS) && !defined(lint)
+static char sccsid[] = "@(#)strncpy.c 8.1 (Berkeley) 6/4/93";
+#endif /* LIBC_SCCS and not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
@@ -61,4 +66,3 @@ wcsncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n)
}
return (dst);
}
-
OpenPOWER on IntegriCloud