Deleted Added
full compact
19c19
< static const char rcsid[] = "$Id: inet_net_ntop.c,v 1.1.2.1.8.1 2004/03/09 08:33:32 marka Exp $";
---
> static const char rcsid[] = "$Id: inet_net_ntop.c,v 1.1.2.1.8.2 2006/06/20 02:53:07 marka Exp $";
22c22
< __FBSDID("$FreeBSD: head/lib/libc/inet/inet_net_ntop.c 156956 2006-03-21 15:37:16Z ume $");
---
> __FBSDID("$FreeBSD: head/lib/libc/inet/inet_net_ntop.c 165258 2006-12-15 20:59:55Z ume $");
269c269
< SPRINTF((cp, "/%u", bits));
---
> sprintf(cp, "/%u", bits);