Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F139418637
D54071.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
822 B
Referenced Files
None
Subscribers
None
D54071.diff
View Options
diff --git a/sys/sys/uio.h b/sys/sys/uio.h
--- a/sys/sys/uio.h
+++ b/sys/sys/uio.h
@@ -50,13 +50,13 @@
#ifdef _KERNEL
struct uio {
- struct iovec *uio_iov; /* scatter/gather list */
- int uio_iovcnt; /* length of scatter/gather list */
- off_t uio_offset; /* offset in target object */
- ssize_t uio_resid; /* remaining bytes to process */
- enum uio_seg uio_segflg; /* address space */
- enum uio_rw uio_rw; /* operation */
- struct thread *uio_td; /* owner */
+ struct iovec *uio_iov; /* scatter/gather list */
+ int uio_iovcnt; /* length of scatter/gather list */
+ off_t uio_offset; /* offset in target object */
+ ssize_t uio_resid; /* remaining bytes to process */
+ enum uio_seg uio_segflg; /* address space */
+ enum uio_rw uio_rw; /* operation */
+ struct thread *uio_td; /* owner */
};
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 12, 8:57 PM (3 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26682127
Default Alt Text
D54071.diff (822 B)
Attached To
Mode
D54071: uio.h: Indent struct uio according to style(9)
Attached
Detach File
Event Timeline
Log In to Comment