diff options
Diffstat (limited to 'chansession.h')
-rw-r--r-- | chansession.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chansession.h b/chansession.h index 66f5504..6eb8c76 100644 --- a/chansession.h +++ b/chansession.h @@ -39,7 +39,7 @@ struct exitinfo { struct ChanSess { - unsigned char * cmd; /* command to exec */ + char * cmd; /* command to exec */ pid_t pid; /* child process pid */ /* pty details */ |