]> git.cameronkatri.com Git - trustcache.git/blobdiff - compat_strtonum.c
Add support for new version 2 trustcaches
[trustcache.git] / compat_strtonum.c
index aa433d835b36ac117fad53ff2eb9380818260612..356153daa181ff0e41dab8bd126ebd109d6f700b 100644 (file)
  *     $OpenBSD: strtonum.c,v 1.7 2013/04/17 18:40:58 tedu Exp $
  */
 
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
 #include <errno.h>
 #include <limits.h>
 #include <stdlib.h>
 
+#include "compat.h"
+
 #define        INVALID         1
 #define        TOOSMALL        2
 #define        TOOLARGE        3