diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-11 20:58:51 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-11 20:58:51 +0000 |
commit | 5dbcda2191b2aa1dcfeaa13897220933763fcbd7 (patch) | |
tree | bf712dd890a5c268c5c8f4e2c0422463c9164329 /x11/rxvt-unicode/files | |
parent | d2f4ba1b1e24e931a789192ff92e21678bfc6df8 (diff) | |
download | ports-5dbcda2191b2aa1dcfeaa13897220933763fcbd7.tar.gz ports-5dbcda2191b2aa1dcfeaa13897220933763fcbd7.zip |
Notes
Diffstat (limited to 'x11/rxvt-unicode/files')
-rw-r--r-- | x11/rxvt-unicode/files/patch-logging.C | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/x11/rxvt-unicode/files/patch-logging.C b/x11/rxvt-unicode/files/patch-logging.C deleted file mode 100644 index a1758fc9fc44..000000000000 --- a/x11/rxvt-unicode/files/patch-logging.C +++ /dev/null @@ -1,22 +0,0 @@ ---- src/logging.C.orig Wed Jan 19 16:16:06 2005 -+++ src/logging.C Thu Feb 3 22:42:35 2005 -@@ -73,17 +73,17 @@ - if (!strncmp (pty, "/dev/", 5)) - pty += 5; /* skip /dev/ prefix */ - -+#ifdef HAVE_UTMP_PID - if (!strncmp (pty, "pty", 3) || !strncmp (pty, "tty", 3)) - strncpy (ut_id, (pty + 3), sizeof (ut_id)); --#ifdef HAVE_UTMP_PID - else if (sscanf (pty, "pts/%d", &i) == 1) - sprintf (ut_id, "vt%02x", (i & 0xff)); /* sysv naming */ --#endif - else if (strncmp (pty, "pty", 3) && strncmp (pty, "tty", 3)) - { - rxvt_warn ("can't parse tty name \"%s\", not adding utmp entry.\n", pty); - return; - } -+#endif - - #ifdef HAVE_STRUCT_UTMP - memset (ut, 0, sizeof (struct utmp)); |