diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2005-10-26 22:23:52 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2005-10-26 22:23:52 +0000 |
| commit | cb496fcf970f558d1b627a0e56c6094fa9ab8202 (patch) | |
| tree | 75d9112e53f75298075d12edf0f75f9db5f79b02 /usr.sbin/fdcontrol | |
| parent | 946bca4fcd2b0d7b603be698657264e4d070d67a (diff) | |
Notes
Diffstat (limited to 'usr.sbin/fdcontrol')
| -rw-r--r-- | usr.sbin/fdcontrol/fdcontrol.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/fdcontrol/fdcontrol.c b/usr.sbin/fdcontrol/fdcontrol.c index 559ce020891e..f1a923393d76 100644 --- a/usr.sbin/fdcontrol/fdcontrol.c +++ b/usr.sbin/fdcontrol/fdcontrol.c @@ -120,7 +120,6 @@ main(int argc, char **argv) mode = O_RDONLY | O_NONBLOCK; else mode = O_RDWR; -mode = O_RDONLY | O_NONBLOCK; if((fd = open(argv[0], mode)) < 0) err(EX_UNAVAILABLE, "open(%s)", argv[0]); |
