diff options
Diffstat (limited to 'net/dictd/files/patch-libmaa::strtol.c')
-rw-r--r-- | net/dictd/files/patch-libmaa::strtol.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/dictd/files/patch-libmaa::strtol.c b/net/dictd/files/patch-libmaa::strtol.c new file mode 100644 index 000000000000..648ed0b672d2 --- /dev/null +++ b/net/dictd/files/patch-libmaa::strtol.c @@ -0,0 +1,11 @@ +--- libmaa/strtol.c.orig Sat Jan 11 18:40:34 2003 ++++ libmaa/strtol.c Thu Aug 24 21:59:08 1995 +@@ -25,7 +25,7 @@ + #include <stdlib.h> + #include <errno.h> + +-#ifdef __sparc__ ++#if defined(__sparc__) && !defined(__FreeBSD__) + extern int errno; + extern int toupper(int); + #endif |