summaryrefslogtreecommitdiff
path: root/mail/pathalias/files/patch-printit.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-06-16 15:26:17 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-06-16 15:26:17 +0000
commitc6900c7694c1a53f46db7208709a43e1d29b79d4 (patch)
tree3a5e8824f0053c0f2c7ae8c7b2e4bb13e07c6d01 /mail/pathalias/files/patch-printit.c
parentNew port: devel/kyua-atf-compat: (diff)
- rename patches
Notes
Notes: svn path=/head/; revision=321054
Diffstat (limited to 'mail/pathalias/files/patch-printit.c')
-rw-r--r--mail/pathalias/files/patch-printit.c23
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/pathalias/files/patch-printit.c b/mail/pathalias/files/patch-printit.c
new file mode 100644
index 000000000000..a531d8e4c164
--- /dev/null
+++ b/mail/pathalias/files/patch-printit.c
@@ -0,0 +1,23 @@
+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()