diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-02-27 02:11:00 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-02-27 02:11:00 +0000 |
| commit | 7ae7c1932bc6f6f722e926ede5a92020ded80cd5 (patch) | |
| tree | 7b1cc9f690339fa91bb5da4bfbc6a62d71d7e748 /libexec/getty | |
| parent | 283970e8738f7a17ae0ae1ce3f814d5603698a7a (diff) | |
Notes
Diffstat (limited to 'libexec/getty')
| -rw-r--r-- | libexec/getty/subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/getty/subr.c b/libexec/getty/subr.c index b4e3e227964e..4716e97d7bff 100644 --- a/libexec/getty/subr.c +++ b/libexec/getty/subr.c @@ -635,7 +635,7 @@ portselector(void) const char * autobaud(void) { -struct pollfd set[1]; + struct pollfd set[1]; struct timespec timeout; char c; const char *type = "9600-baud"; |
