Changeset 707a733 in rtems for cpukit/libnetworking/kern/kern_subr.c
- Timestamp:
- 07/06/05 09:57:10 (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 320124f
- Parents:
- 4b35e0e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libnetworking/kern/kern_subr.c
r4b35e0e r707a733 47 47 48 48 int 49 uiomove(cp, n, uio) 50 register caddr_t cp; 51 register int n; 52 register struct uio *uio; 49 uiomove(void *cp, int n, struct uio *uio) 53 50 { 54 51 register struct iovec *iov;
Note: See TracChangeset
for help on using the changeset viewer.