diff options
Diffstat (limited to 'devel/opencvs/files/patch-rcsparse.h')
-rw-r--r-- | devel/opencvs/files/patch-rcsparse.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/opencvs/files/patch-rcsparse.h b/devel/opencvs/files/patch-rcsparse.h new file mode 100644 index 000000000000..25c105127ffd --- /dev/null +++ b/devel/opencvs/files/patch-rcsparse.h @@ -0,0 +1,11 @@ +--- rcsparse.c.orig 2011-04-20 21:08:22.000000000 +0200 ++++ rcsparse.c 2011-04-20 21:08:46.000000000 +0200 +@@ -1221,8 +1221,6 @@ + return 0; + } + } +- if ((char *)cp - login_name > _PW_NAME_LEN) +- return 0; + return 1; + } + |