summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-10-04 10:39:56 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-10-04 10:39:56 +0000
commit2037ef8f1ebcf97a1f067131f68770f6107eba39 (patch)
tree1d2b62861c6c6ee40f0e8e0df43f56ee9befceb2
parent3e9c0bd52c9b62318ea3f9e7a59147b22edeb5fb (diff)
Notes
-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;
};
/*