diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-06 05:32:14 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-06 05:32:14 +0000 |
commit | d2f7b6d9f760026c7e125f0fa134f35195525817 (patch) | |
tree | 30a27e3e5b9a3526aea6bf3d06562c27868ac752 /misc/gtl/files | |
parent | Update to 0.99.3 (diff) |
Initial import.
Notes
Notes:
svn path=/head/; revision=22193
Diffstat (limited to 'misc/gtl/files')
-rw-r--r-- | misc/gtl/files/patch-aa | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/gtl/files/patch-aa b/misc/gtl/files/patch-aa new file mode 100644 index 000000000000..ad5fcbeff581 --- /dev/null +++ b/misc/gtl/files/patch-aa @@ -0,0 +1,18 @@ +--- include/GTL/GTL.h.orig Fri Oct 1 13:22:15 1999 ++++ include/GTL/GTL.h Fri Oct 1 13:22:57 1999 +@@ -115,6 +115,7 @@ + + #include <memory> + ++#ifndef __FreeBSD__ + /** + * @internal + */ +@@ -122,6 +123,7 @@ + class allocator : public alloc + { + }; ++#endif + + #endif + |