summaryrefslogtreecommitdiff
path: root/mail/mh
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mh')
-rw-r--r--mail/mh/files/patch-af11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/mh/files/patch-af b/mail/mh/files/patch-af
new file mode 100644
index 000000000000..b8532b1d887b
--- /dev/null
+++ b/mail/mh/files/patch-af
@@ -0,0 +1,11 @@
+--- uip/rcvtty.c.orig Tue Jan 7 18:04:11 1997
++++ uip/rcvtty.c Tue Jan 7 18:13:50 1997
+@@ -158,7 +158,7 @@
+
+ user = getusr ();
+ #ifndef TTYD
+- if ((uf = fopen ("/etc/utmp", "r")) == NULL)
++ if ((uf = fopen (_PATH_UTMP, "r")) == NULL)
+ exit (RCV_MBX);
+ while (fread ((char *) &ut, sizeof ut, 1, uf) == 1)
+ if (ut.ut_name[0] != 0