summaryrefslogtreecommitdiff
path: root/app-shells/tcsh/files/tcsh-6.18.01-aix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/tcsh/files/tcsh-6.18.01-aix.patch')
-rw-r--r--app-shells/tcsh/files/tcsh-6.18.01-aix.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/app-shells/tcsh/files/tcsh-6.18.01-aix.patch b/app-shells/tcsh/files/tcsh-6.18.01-aix.patch
deleted file mode 100644
index 669d20634731..000000000000
--- a/app-shells/tcsh/files/tcsh-6.18.01-aix.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Upstream report, without better patch yet:
-http://bugs.gw.com/view.php?id=366
-
---- tc.who.c.orig 2014-06-26 11:21:43 +0200
-+++ tc.who.c 2014-06-26 11:21:58 +0200
-@@ -60,6 +60,8 @@
- # define TCSH_PATH_UTMP _PATH_UTMPX
- # elif defined(UTMPX_FILE)
- # define TCSH_PATH_UTMP UTMPX_FILE
-+# elif defined(UTMP_FILE)
-+# define TCSH_PATH_UTMP UTMP_FILE
- # elif __FreeBSD_version >= 900000
- # /* Why isn't this defined somewhere? */
- # define TCSH_PATH_UTMP "/var/run/utx.active"