Skip to content

testing/docbook2mdoc: strtonum fixes

John Vogel requested to merge jvvv/aports:docbook2mdoc_strtonum_fix into master

Adjust strtonum patch:

Add compat.h header with declaration of strtonum(). Add compat.h include to parse.c. Remove OpenBSD weak alias macro from strtonum source; not needed for this.

Merge request reports