summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc/atomicio.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/usr.bin/nc/atomicio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr.bin/nc/atomicio.c b/src/usr.bin/nc/atomicio.c
index f404eeedd8..02289f0a2a 100644
--- a/src/usr.bin/nc/atomicio.c
+++ b/src/usr.bin/nc/atomicio.c
@@ -34,7 +34,7 @@
34 */ 34 */
35ssize_t 35ssize_t
36atomicio(f, fd, _s, n) 36atomicio(f, fd, _s, n)
37 ssize_t (*f) (); 37 ssize_t (*f) (int, void *, size_t);
38 int fd; 38 int fd;
39 void *_s; 39 void *_s;
40 size_t n; 40 size_t n;