Leftover.

This commit is contained in:
Petter Reinholdtsen 2009-11-22 22:32:54 +00:00
parent 5da772c28f
commit ecb32a254f

View File

@ -108,7 +108,7 @@ void handler(int sig)
/*
* Scan /dev and find the device name.
*/
static int findtty(char *res, int rlen, dev_t dev)
static int findtty(char *res, const char *startdir, int rlen, dev_t dev)
{
DIR *dir;
struct dirent *ent;