Deleted Added
full compact
37c37
< * $Id$
---
> * $Id: buf_subs.c,v 1.7 1997/02/22 14:04:20 peter Exp $
106c106
< warn(1, "Write block size of %d too large, maximium is: %d",
---
> pax_warn(1, "Write block size of %d too large, maximium is: %d",
111c111
< warn(1, "Write block size of %d is not a %d byte multiple",
---
> pax_warn(1, "Write block size of %d is not a %d byte multiple",
151c151
< warn(1,"Write block size %d too large, maximium is: %d",
---
> pax_warn(1,"Write block size %d too large, maximium is: %d",
156c156
< warn(1, "Write block size %d is not a %d byte multiple",
---
> pax_warn(1, "Write block size %d is not a %d byte multiple",
235c235
< warn(0, "Cannot append to an archive that may have flaws.");
---
> pax_warn(0, "Cannot append to an archive that may have flaws.");
312c312
< warn(1, "Unable to rewrite archive trailer, cannot append.");
---
> pax_warn(1, "Unable to rewrite archive trailer, cannot append.");
344c344
< warn(1, "Unable to append when there are archive read errors.");
---
> pax_warn(1, "Unable to append when there are archive read errors.");
378c378
< warn(0,"Archive read error limit (%d) reached",maxflt);
---
> pax_warn(0,"Archive read error limit (%d) reached",maxflt);
657c657
< * we just detect this case and warn the user. We never create a bad
---
> * we just detect this case and pax_warn the user. We never create a bad
703c703
< syswarn(1, errno, "Read fault on %s", arcn->org_name);
---
> sys_warn(1, errno, "Read fault on %s", arcn->org_name);
705c705
< warn(1, "File changed size during read %s", arcn->org_name);
---
> pax_warn(1, "File changed size during read %s", arcn->org_name);
707c707
< syswarn(1, errno, "Failed stat on %s", arcn->org_name);
---
> sys_warn(1, errno, "Failed stat on %s", arcn->org_name);
709c709
< warn(1, "File %s was modified during copy to archive",
---
> pax_warn(1, "File %s was modified during copy to archive",
764c764
< syswarn(0,errno,"Unable to obtain block size for file %s",fnm);
---
> sys_warn(0,errno,"Unable to obtain block size for file %s",fnm);
820c820
< warn(1,"Actual crc does not match expected crc %s",arcn->name);
---
> pax_warn(1,"Actual crc does not match expected crc %s",arcn->name);
867c867
< syswarn(0,errno,"Unable to obtain block size for file %s",fnm);
---
> sys_warn(0,errno,"Unable to obtain block size for file %s",fnm);
889c889
< syswarn(1, errno, "Failed write during copy of %s to %s",
---
> sys_warn(1, errno, "Failed write during copy of %s to %s",
892c892
< warn(1, "File %s changed size during copy to %s",
---
> pax_warn(1, "File %s changed size during copy to %s",
895c895
< syswarn(1, errno, "Failed stat of %s", arcn->org_name);
---
> sys_warn(1, errno, "Failed stat of %s", arcn->org_name);
897c897
< warn(1, "File %s was modified during copy to %s",
---
> pax_warn(1, "File %s was modified during copy to %s",
990c990
< warn(0, "User specified archive volume byte limit reached.");
---
> pax_warn(0, "User specified archive volume byte limit reached.");
1046c1046
< * we warned the user in ar_write().... but this means
---
> * we pax_warned the user in ar_write().... but this means