From 5d60bc7f7c43c20fcf65531b5a5fb1fc7dcbb338 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 24 Sep 2012 14:05:38 +0100 Subject: Use pgrp of pty fd not pid of immediate child when recovering current working directory (like current process). From Marcel Partap. --- osdep-aix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdep-aix.c') diff --git a/osdep-aix.c b/osdep-aix.c index 2a291655..8d590816 100644 --- a/osdep-aix.c +++ b/osdep-aix.c @@ -29,7 +29,7 @@ osdep_get_name(unused int fd, unused char *tty) } char * -osdep_get_cwd(pid_t pid) +osdep_get_cwd(unused int fd) { return (NULL); } -- cgit