Changeset e649222 in rtems
- Timestamp:
- 05/21/04 15:02:17 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1402d56a
- Parents:
- 26e064ec
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r26e064ec re649222 1 2004-05-21 Till Strauman <strauman@slac.stanford.edu> 2 3 PR 626/networking 4 * libnetworking/rtems/rtems_showifstat.c: Use unsigned char to avoid 5 printing leading FFFFFF for byte values > 127. 6 1 7 2004-05-06 Joel Sherrill <joel@OARcorp.com> 2 8 -
cpukit/libnetworking/rtems/rtems_showifstat.c
r26e064ec re649222 56 56 { 57 57 struct sockaddr_dl *sdl = (struct sockaddr_dl *)ifa->ifa_addr; 58 char *cp = LLADDR(sdl);58 unsigned char *cp = LLADDR(sdl); 59 59 int i; 60 60
Note: See TracChangeset
for help on using the changeset viewer.