commit | 5228ad27e2f3abe0ebb69f66607aedc048b94a13 | [log] [tgz] |
---|---|---|
author | paul <paul> | Fri Jun 04 17:58:18 2004 +0000 |
committer | paul <paul> | Fri Jun 04 17:58:18 2004 +0000 |
tree | a65817a03150dbfeb56a1eaceab526f31be1cc1d | |
parent | c2bfbcc38428b53e856617e1da8bbe9f8d2ee2fa [diff] [blame] |
2004-06-04 Paul Jakma <paul@dishone.st> * type mismatch fixes
diff --git a/lib/zebra.h b/lib/zebra.h index 997237d..30377fd 100644 --- a/lib/zebra.h +++ b/lib/zebra.h
@@ -337,7 +337,7 @@ /* 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;