Fix a warning.

This commit is contained in:
Peter Wemm 1999-11-18 08:47:10 +00:00
parent 4e250a4b87
commit 6224a63b8b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53359
2 changed files with 6 additions and 0 deletions

View File

@ -349,6 +349,9 @@ fdesc_open(ap)
case Fctty:
error = (*ctty_cdevsw.d_open)(devctty, ap->a_mode, 0, ap->a_p);
break;
default: /* nothing special */
break;
}
return (error);

View File

@ -349,6 +349,9 @@ fdesc_open(ap)
case Fctty:
error = (*ctty_cdevsw.d_open)(devctty, ap->a_mode, 0, ap->a_p);
break;
default: /* nothing special */
break;
}
return (error);