Deleted Added
full compact
27c27
< __FBSDID("$FreeBSD: head/tools/regression/lib/libutil/test-trimdomain.c 150956 2005-10-05 04:46:10Z brooks $");
---
> __FBSDID("$FreeBSD: head/tools/regression/lib/libutil/test-trimdomain.c 199211 2009-11-12 01:33:57Z des $");
50c50,51
< int gethostname(char *name, size_t namelen)
---
> int
> gethostname(char *name, size_t namelen)
66c67
< trimdomain(testhost, hostsize < 0 ? strlen(testhost) : hostsize);
---
> trimdomain(testhost, hostsize < 0 ? (int)strlen(testhost) : hostsize);
78c79
< main (int argc, char **argv)
---
> main(void)