diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-12-13 05:10:38 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-12-13 05:10:38 +0000 |
commit | 6cb331a221e70523e311b05791f55f43780cd0d7 (patch) | |
tree | 0dcc5f8befc7cb747dd9ddc298a8b6c43b04b1d8 /games/gnomoku/files/patch-user.cc | |
parent | Remove, it has been unmaintain for years and no port depend on it. (diff) |
Remove, it has been unmaintain for years and GNOME 1.x is dead.
Notes
Notes:
svn path=/head/; revision=123882
Diffstat (limited to 'games/gnomoku/files/patch-user.cc')
-rw-r--r-- | games/gnomoku/files/patch-user.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/gnomoku/files/patch-user.cc b/games/gnomoku/files/patch-user.cc deleted file mode 100644 index 487e4b3616f5..000000000000 --- a/games/gnomoku/files/patch-user.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- user.cc.orig Thu Nov 28 14:12:38 2002 -+++ user.cc Thu Nov 28 14:12:54 2002 -@@ -67,7 +67,7 @@ - int User::init() - { - struct sockaddr_in addr; -- size_t size; -+ socklen_t size; - struct hostent *host; - int sockn; - |