summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/sys/uio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/uio.h b/sys/sys/uio.h
index eec95a285ef3..e305316696c7 100644
--- a/sys/sys/uio.h
+++ b/sys/sys/uio.h
@@ -65,7 +65,7 @@ struct uio {
int uio_resid;
enum uio_seg uio_segflg;
enum uio_rw uio_rw;
- struct thread *uio_td;;
+ struct thread *uio_td;
};
/*