Changeset 0f7913b in rtems
- Timestamp:
- 02/07/18 08:23:08 (5 years ago)
- Branches:
- 5, master
- Children:
- 18f285c
- Parents:
- 2fd31117
- Location:
- cpukit/libnetworking
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libnetworking/lib/ftpfs.c
r2fd31117 r0f7913b 1295 1295 static int rtems_ftpfs_ioctl( 1296 1296 rtems_libio_t *iop, 1297 uint32_t command,1297 ioctl_command_t command, 1298 1298 void *arg 1299 1299 ) -
cpukit/libnetworking/rtems/rtems_syscall.c
r2fd31117 r0f7913b 763 763 764 764 static int 765 rtems_bsdnet_ioctl (rtems_libio_t *iop, uint32_tcommand, void *buffer)765 rtems_bsdnet_ioctl (rtems_libio_t *iop, ioctl_command_t command, void *buffer) 766 766 { 767 767 struct socket *so;
Note: See TracChangeset
for help on using the changeset viewer.