Deleted Added
full compact
22c22
< __FBSDID("$FreeBSD: head/usr.sbin/pkg_install/create/pl.c 96388 2002-05-11 03:48:49Z alfred $");
---
> __FBSDID("$FreeBSD: head/usr.sbin/pkg_install/create/pl.c 96392 2002-05-11 04:17:55Z alfred $");
105c105
< errx(2, "%s: can't invoke tar pipeline", __FUNCTION__); \
---
> errx(2, "%s: can't invoke tar pipeline", __func__); \
137c137
< errx(2, "%s: can't get argument list space", __FUNCTION__);
---
> errx(2, "%s: can't get argument list space", __func__);
206c206
< errx(2, "%s: oops, miscounted strings!", __FUNCTION__);
---
> errx(2, "%s: oops, miscounted strings!", __func__);
244c244
< errx(2, "%s: oops, miscounted strings!", __FUNCTION__);
---
> errx(2, "%s: oops, miscounted strings!", __func__);