mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Restore Berkeley SCCS id.
This commit is contained in:
parent
51a9219f57
commit
1707c9c3f5
1 changed files with 5 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue