Deleted Added
full compact
24,27d23
< * This software is derived from software provide by Kwikbyte who specifically
< * disclaimed copyright on the code.
< *
< * $FreeBSD: head/sys/boot/arm/at91/libat91/strlen.c 163533 2006-10-20 09:12:05Z imp $
29a26,51
> #include <sys/cdefs.h>
> __FBSDID("$FreeBSD: head/sys/boot/arm/at91/libat91/strlen.c 164137 2006-11-09 20:32:36Z imp $");
>
> /******************************************************************************
> *
> * Filename: p_string.c
> *
> * Instantiation of basic string operations to prevent inclusion of full
> * string library. These are simple implementations not necessarily optimized
> * for speed, but rather to show intent.
> *
> * Revision information:
> *
> * 20AUG2004 kb_admin initial creation
> * 12JAN2005 kb_admin minor updates
> *
> * BEGIN_KBDD_BLOCK
> * No warranty, expressed or implied, is included with this software. It is
> * provided "AS IS" and no warranty of any kind including statutory or aspects
> * relating to merchantability or fitness for any purpose is provided. All
> * intellectual property rights of others is maintained with the respective
> * owners. This software is not copyrighted and is intended for reference
> * only.
> * END_BLOCK
> *****************************************************************************/
>