Skip to content

Adding include files from ARPA2CM, and utilities

Rick van Rein requested to merge v2_id_acl into master

The following utilities and include files have been introduced from ARPA2CM or other places where they were not quite right:

  • <arpa2/except.h>
  • <arpa2/socket.h> (both the portability and the socket.c utility)
  • <arpa2/com_err.h> (portable include file wrapper)
  • <arpa2/util/snoprintf.h> (a missing POSIX function, more are likely to follow)

A start has been made with libarpa2util.so which holds the code side of (some of) these include files.

Merge request reports