Deleted Added
full compact
37c37
< __FBSDID("$FreeBSD: head/lib/libc/string/strcmp.c 165903 2007-01-09 00:28:16Z imp $");
---
> __FBSDID("$FreeBSD: head/lib/libc/string/strcmp.c 188080 2009-02-03 17:58:20Z danger $");
45,46c45
< strcmp(s1, s2)
< const char *s1, *s2;
---
> strcmp(const char *s1, const char *s2)
49c48
< if (*s1++ == 0)
---
> if (*s1++ == '\0')