Changeset e649222 in rtems


Ignore:
Timestamp:
05/21/04 15:02:17 (19 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1402d56a
Parents:
26e064ec
Message:

2004-05-21 Till Strauman <strauman@…>

PR 626/networking

  • libnetworking/rtems/rtems_showifstat.c: Use unsigned char to avoid printing leading FFFFFF for byte values > 127.
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    r26e064ec re649222  
     12004-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
    172004-05-06      Joel Sherrill <joel@OARcorp.com>
    28
  • cpukit/libnetworking/rtems/rtems_showifstat.c

    r26e064ec re649222  
    5656                                        {
    5757                                        struct sockaddr_dl *sdl = (struct sockaddr_dl *)ifa->ifa_addr;
    58                                         char   *cp = LLADDR(sdl);
     58                                        unsigned char   *cp = LLADDR(sdl);
    5959                                        int             i;
    6060
Note: See TracChangeset for help on using the changeset viewer.