diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-04-11 03:03:18 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-04-11 03:03:18 +0000 |
commit | 7138638c96036593aa069118078b5c5dd6441adc (patch) | |
tree | dff57885d2eef5d81987dadda332386238f938fc /net/dictd/files/patch-libmaa::strtol.c | |
parent | - update to 1.10.8 (diff) |
- Update to 1.10.8
- maintain it for a while
Notes
Notes:
svn path=/head/; revision=189736
Diffstat (limited to '')
-rw-r--r-- | net/dictd/files/patch-libmaa::strtol.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/dictd/files/patch-libmaa::strtol.c b/net/dictd/files/patch-libmaa::strtol.c deleted file mode 100644 index 648ed0b672d2..000000000000 --- a/net/dictd/files/patch-libmaa::strtol.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |