Deleted Added
full compact
22c22
< __FBSDID("$FreeBSD: head/usr.sbin/pkg_install/lib/file.c 96388 2002-05-11 03:48:49Z alfred $");
---
> __FBSDID("$FreeBSD: head/usr.sbin/pkg_install/lib/file.c 96392 2002-05-11 04:17:55Z alfred $");
303c303
< errx(2, "%s: can't stat '%s'", __FUNCTION__, fname);
---
> errx(2, "%s: can't stat '%s'", __func__, fname);
310c310
< errx(2, "%s: unable to open '%s' for reading", __FUNCTION__, fname);
---
> errx(2, "%s: unable to open '%s' for reading", __func__, fname);
314c314
< errx(2, "%s: short read on '%s' - did not get %qd bytes", __FUNCTION__,
---
> errx(2, "%s: short read on '%s' - did not get %qd bytes", __func__,
367c367
< errx(2, "%s: cannot fopen '%s' for writing", __FUNCTION__, name);
---
> errx(2, "%s: cannot fopen '%s' for writing", __func__, name);
373c373
< __FUNCTION__, name, (long)len);
---
> __func__, name, (long)len);
377c377
< errx(2, "%s: failure to fclose '%s'", __FUNCTION__, name);
---
> errx(2, "%s: failure to fclose '%s'", __func__, name);
392c392
< errx(2, "%s: could not perform '%s'", __FUNCTION__, cmd);
---
> errx(2, "%s: could not perform '%s'", __func__, cmd);
407c407
< errx(2, "%s: could not perform '%s'", __FUNCTION__, cmd);
---
> errx(2, "%s: could not perform '%s'", __func__, cmd);
439c439
< errx(2, "%s: could not perform '%s'", __FUNCTION__, cmd);
---
> errx(2, "%s: could not perform '%s'", __func__, cmd);