aboutsummaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2012-01-02 20:04:23 +0000
committerThierry Thomas <thierry@FreeBSD.org>2012-01-02 20:04:23 +0000
commitb5cfa28280c96b2f167963910b3f245f4546a968 (patch)
tree0ba7b1b2de43a55e82ace8cffd5f17347a627467 /x11/rxvt-unicode
parent95bf33f1bdc99324aaf7ee960b1ea20afd8eefda (diff)
downloadports-b5cfa28280c96b2f167963910b3f245f4546a968.tar.gz
ports-b5cfa28280c96b2f167963910b3f245f4546a968.zip
Notes
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r--x11/rxvt-unicode/files/patch-libptytty-src-logging.C12
1 files changed, 0 insertions, 12 deletions
diff --git a/x11/rxvt-unicode/files/patch-libptytty-src-logging.C b/x11/rxvt-unicode/files/patch-libptytty-src-logging.C
deleted file mode 100644
index dd856dbf2649..000000000000
--- a/x11/rxvt-unicode/files/patch-libptytty-src-logging.C
+++ /dev/null
@@ -1,12 +0,0 @@
---- libptytty/src/logging.C.orig 2011-12-03 09:58:20.000000000 +0100
-+++ libptytty/src/logging.C 2011-12-22 21:20:55.000000000 +0100
-@@ -264,7 +264,8 @@
- // posix says that ut_line is not meaningful for DEAD_PROCESS
- // records, but most implementations of last use ut_line to
- // associate records in wtmp file
-- strncpy (utx->ut_line, line, sizeof (utx->ut_line));
-+ if(line)
-+ strncpy (utx->ut_line, line, sizeof (utx->ut_line));
- fill_id (utx->ut_id, line, sizeof (utx->ut_id));
- utx->ut_pid = pid;
- utx->ut_type = login ? USER_PROCESS : DEAD_PROCESS;