From 55912afd6957d63e1b84134fc800799628c69354 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 23:48:01 +0000 Subject: (main) [current_tty_name]: Remove `const' keyword to avoid type clash. --- utils/ps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ps.c b/utils/ps.c index 45216189..8a096f51 100644 --- a/utils/ps.c +++ b/utils/ps.c @@ -436,7 +436,7 @@ main(int argc, char *argv[]) } /* Returns the name of the current controlling terminal. */ - static const char *current_tty_name() + static char *current_tty_name() { error_t err; struct ps_tty *tty; -- cgit v1.2.3