summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/memccpy.c
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-08-20 04:09:39 +0000
committermillert <millert@openbsd.org>1997-08-20 04:09:39 +0000
commita2260c1d442e71f390dcb0e64308101d7bf2df03 (patch)
tree45fa4052c16a5643363cdd9425361bf78b3832f4 /lib/libc/string/memccpy.c
parentMove getsubopt(3) to stdlib like lite2 and XPG4.2 say... (diff)
downloadwireguard-openbsd-a2260c1d442e71f390dcb0e64308101d7bf2df03.tar.xz
wireguard-openbsd-a2260c1d442e71f390dcb0e64308101d7bf2df03.zip
Update man page and sccs tags from lite2.
Diffstat (limited to 'lib/libc/string/memccpy.c')
-rw-r--r--lib/libc/string/memccpy.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/lib/libc/string/memccpy.c b/lib/libc/string/memccpy.c
index 4757f9c0f8f..020e6e56797 100644
--- a/lib/libc/string/memccpy.c
+++ b/lib/libc/string/memccpy.c
@@ -1,6 +1,8 @@
+/* $OpenBSD: memccpy.c,v 1.3 1997/08/20 04:09:39 millert Exp $ */
+
/*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,7 +34,11 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: memccpy.c,v 1.2 1996/08/19 08:34:03 tholo Exp $";
+#if 0
+static char sccsid[] = "@(#)memccpy.c 8.1 (Berkeley) 6/4/93";
+#else
+static char *rcsid = "$OpenBSD: memccpy.c,v 1.3 1997/08/20 04:09:39 millert Exp $";
+#endif
#endif /* LIBC_SCCS and not lint */
#include <string.h>