kris b146fa78f3 Reduce diffs with OpenBSD:
#if __STDC__ -> #ifdef __STDC__
  pax_warn() -> paxwarn()
  sys_warn() -> syswarn()
  (foo *)NULL -> NULL
  bcopy -> memmove()/memcpy()
  bzero -> memset()
  Typo fixes
  sprintf() -> snprintf()
  rindex() -> strrchr()
  index() -> strchr()
  sys_errlist[] -> strerror()

Obtained from:	OpenBSD
2001-04-26 08:37:00 +00:00
..
2000-12-15 17:37:31 +00:00
2000-12-19 16:00:12 +00:00
2000-12-21 15:31:28 +00:00
2001-03-27 10:03:10 +00:00
2000-12-15 17:37:31 +00:00
2001-04-18 15:54:10 +00:00
2001-03-27 10:03:10 +00:00
2001-04-26 08:37:00 +00:00
2001-04-12 20:04:54 +00:00
2001-03-27 10:03:10 +00:00
2001-03-27 10:03:10 +00:00
2000-12-15 17:37:31 +00:00
2001-03-04 06:04:50 +00:00
2001-03-27 10:03:10 +00:00
2001-03-19 18:09:56 +00:00
1999-08-27 23:15:48 +00:00