diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-21 22:00:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-21 22:00:34 +0000 |
commit | 858884a7f02d5854bef7403058c54c37abb3e308 (patch) | |
tree | 24574a73abb012bd1d899d167a7abf3021a27798 /games/bsdgames/files/patch-adventure_crc.c | |
parent | - Force commit (diff) |
- Update to 2.4
PR: 140478
Submitted by: Ulrich Spoerlein <uqs@spoerlein.net> (maintainer)
Diffstat (limited to 'games/bsdgames/files/patch-adventure_crc.c')
-rw-r--r-- | games/bsdgames/files/patch-adventure_crc.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/bsdgames/files/patch-adventure_crc.c b/games/bsdgames/files/patch-adventure_crc.c deleted file mode 100644 index dfca63e6ab53..000000000000 --- a/games/bsdgames/files/patch-adventure_crc.c +++ /dev/null @@ -1,11 +0,0 @@ ---- adventure/crc.c.bak Sat Feb 23 01:59:45 2002 -+++ adventure/crc.c Wed Sep 29 03:29:37 2004 -@@ -120,7 +120,7 @@ - - /* Process nr bytes at a time; ptr points to them */ - u_long --crc(const char *ptr, size_t nr) -+crc(const char *ptr, ssize_t nr) - { - int i; - const char *p; |