Deleted Added
full compact
24c24
< * $FreeBSD: head/sys/boot/arm/at91/libat91/lib.h 161195 2006-08-10 18:07:49Z imp $
---
> * $FreeBSD: head/sys/boot/arm/at91/libat91/lib.h 163533 2006-10-20 09:12:05Z imp $
31a32
> void xputchar(int);
59,60c60,61
< char *p_strcpy(char *to, const char *from);
< void p_memcpy(char *to, const char *from, unsigned size);
---
> char *strcpy(char *to, const char *from);
> void memcpy(void *to, const void *from, unsigned size);
62c63
< int p_strcmp(const char *to, const char *from);
---
> int strcmp(const char *to, const char *from);