1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/mail/pathalias/files/patch-ab
Steve Price cae685eaf0 Initial import of pathalias version 9.11.
PR:		5202
Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org>
1998-08-09 00:38:46 +00:00

24 lines
576 B
Plaintext

diff -c ./printit.c ../../m/printit.c
*** ./printit.c Sat Jun 9 12:32:26 1990
--- ../../m/printit.c Thu Feb 10 07:08:42 1994
***************
*** 27,33 ****
STATIC int printable();
/* in practice, even the longest paths are < 100 bytes */
! #define PATHSIZE 512
void
printit()
--- 27,36 ----
STATIC int printable();
/* in practice, even the longest paths are < 100 bytes */
! /* Dirk meyer 10.02.94 */
! /* in reality we have reached paths up to 200 bytes */
! /* the path must fit two times in the buffer */
! #define PATHSIZE 4096
void
printit()