1.2.4:
  use libowfat

1.2.3:
  misc fixes

1.2.2:
  The Linux kernel people decided to rename ipv6mr_ifindex to
    ipv6mr_interface and not be RFC compliant.

1.2.1:
  Understand errno==EAFNOTSUPPORTED, thanks Stefan Paletta

1.2:
  Remove "S" from tar options.  It is a GNU extension to tell tar to
  work efficiently on sparse files.

  Include man pages.

  Add install programm and "setup" make target to compile and run it.

  Change socket_getifname to use if_indextoname instead of if_nameindex
  (easier to implement in dietlibc).

  Add "dietncp" target to link against dietlibc (expected to be in
  ../dietlibc).

  I couldn't get my code using if_nametoindex to link on IRIX, so I
  added a test for it.

  Changed choose.sh to have an "L" flag like "l" but also meaning
  "link against `cat $5.lib`, too".  It is meant for socket.lib.
