ports/devel/opencvs/files/patch-rcsparse.h
Johan van Selst 2fb0b2f0ca - Update opencvs to new 20110420 version
- Add manpages [1]
- Add license [2]
- Remove some unneeded patches [2]

Reported by:	obrien
PR:		ports/156490 [1]
PR:		ports/156491 [2]
2011-04-20 20:19:31 +00:00

11 lines
228 B
C

--- 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;
}