diff options
Diffstat (limited to 'games/gnomoku/files/patch-fdstream.h')
-rw-r--r-- | games/gnomoku/files/patch-fdstream.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/games/gnomoku/files/patch-fdstream.h b/games/gnomoku/files/patch-fdstream.h deleted file mode 100644 index 612a0018dc4f..000000000000 --- a/games/gnomoku/files/patch-fdstream.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- fdstream.h 2002/02/05 13:25:12 1.1 -+++ fdstream.h 2002/02/05 13:36:05 -@@ -26,6 +26,8 @@ - - namespace Gnomoku - { -+ typedef char char_type; -+ - class fdstreambuf : public std::streambuf - { - int buf_size; |