diff options
Diffstat (limited to 'hurd/new-fd.c')
-rw-r--r-- | hurd/new-fd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/new-fd.c b/hurd/new-fd.c index e522056..32c7252 100644 --- a/hurd/new-fd.c +++ b/hurd/new-fd.c @@ -32,7 +32,7 @@ _hurd_new_fd (io_t port, io_t ctty) /* Initialize the port cells. */ _hurd_port_init (&d->port, port); _hurd_port_init (&d->ctty, ctty); - + /* And the fcntl flags. */ d->flags = 0; } |