Changeset d5423d83 in rtems
- Timestamp:
- 08/22/06 02:11:32 (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 655c8bf2
- Parents:
- a2d7c41
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
ra2d7c41 rd5423d83 1 2006-08-21 Till Straumann <strauman@slac.stanford.edu> 2 3 * libnetworking/net/if_ethersubr.c: (ether_ioctl) 4 Return error for unknown/unsupported ioctl command. 5 (Change merged from freeBSD). 6 1 7 2006-08-15 Joel Sherrill <joel@OARcorp.com> 2 8 -
cpukit/libnetworking/net/if_ethersubr.c
ra2d7c41 rd5423d83 895 895 } 896 896 break; 897 default: 898 error = EINVAL; /* XXX netbsd has ENOTTY??? */ 899 break; 897 900 } 898 901 return (error);
Note: See TracChangeset
for help on using the changeset viewer.