diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2015-07-17 09:43:29 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2015-07-17 09:43:29 +0000 |
commit | 489d766495aa19d12e8a5cada80b126b6eba8cae (patch) | |
tree | 6827592eba741fb7e75c63a7a304a84a7830d0a9 /usr.bin/sndiod | |
parent | cb1d93240b9da413ac4417d012eea80345c53adf (diff) |
Move non-debug varibles outside #ifdef DEBUG block
Diffstat (limited to 'usr.bin/sndiod')
-rw-r--r-- | usr.bin/sndiod/file.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/sndiod/file.c b/usr.bin/sndiod/file.c index 3f0f0a44027..5b35bd661db 100644 --- a/usr.bin/sndiod/file.c +++ b/usr.bin/sndiod/file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.8 2015/07/17 09:37:07 ratchov Exp $ */ +/* $OpenBSD: file.c,v 1.9 2015/07/17 09:43:28 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov <alex@caoua.org> * @@ -279,10 +279,10 @@ file_poll(void) struct timespec sleepts; struct timespec ts0, ts1; long us; - int i, n, nfds; + int i; #endif long long delta_nsec; - int revents, res, immed; + int n, nfds, revents, res, immed; /* * cleanup zombies |