diff options
author | paul <paul> | 2004-06-04 17:58:18 +0000 |
---|---|---|
committer | paul <paul> | 2004-06-04 17:58:18 +0000 |
commit | ecf63b2cc5bf1b386f700624bf3992e0cecf0346 (patch) | |
tree | 8611b184af8bdbc603c50ec09c6dd0f5a1ade636 /lib/zebra.h | |
parent | 35a542f38fe4d6224c49698419fdfb43d35d53a7 (diff) | |
download | quagga-ecf63b2cc5bf1b386f700624bf3992e0cecf0346.tar.bz2 quagga-ecf63b2cc5bf1b386f700624bf3992e0cecf0346.tar.xz |
2004-06-04 Paul Jakma <paul@dishone.st>
* type mismatch fixes
Diffstat (limited to 'lib/zebra.h')
-rw-r--r-- | lib/zebra.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zebra.h b/lib/zebra.h index 997237d2..30377fdb 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -337,7 +337,7 @@ struct in_pktinfo /* AFI and SAFI type. */ typedef u_int16_t afi_t; -typedef u_char safi_t; +typedef u_int8_t safi_t; /* Zebra types. */ typedef u_int16_t zebra_size_t; |