getptyslave returns void

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@630 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-08-04 23:08:40 +00:00
parent a86f95fc42
commit 292be7852e

View File

@@ -964,7 +964,7 @@ static void maybe_push_modules(int fd, char **modules)
* that is necessary. The return value is a file descriptor
* for the slave side.
*/
int getptyslave(void)
void getptyslave(void)
{
register int t = -1;