From b9495611c4ec4ae6adc2aef08f9a08aaf5df6f1c Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 1 Nov 2008 05:50:30 +0000 Subject: * sman/sman.c (ptsPath): Remove. * sman/Makefile.in: Add additional C runtimes for link. * lib/openpty.c: Include and where available. (ptyopen): Lose third parameter. Tidy. (makeNextPtyNames): Now static. * clef/edible.c (controllerPath): Remove. Adjust call to ptyopen. * clef/Makefile.in (clef_LDADD): Add extra C runtimes. --- src/include/openpty.H1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/openpty.H1 b/src/include/openpty.H1 index dc46a190..95f9192b 100644 --- a/src/include/openpty.H1 +++ b/src/include/openpty.H1 @@ -1,2 +1 @@ -extern void makeNextPtyNames(char * , char * ); -extern int ptyopen(int * , int * , char * , char * ); +extern int ptyopen(int*, int*, char*); -- cgit v1.2.3