]> git.puffer.fish Git - matthieu/frr.git/commit
[lib/stream] small compile fix, use uint64_t, not u_int64_t.
authorpaul <paul>
Thu, 19 Jan 2006 20:22:16 +0000 (20:22 +0000)
committerpaul <paul>
Thu, 19 Jan 2006 20:22:16 +0000 (20:22 +0000)
commit581a02a9f71f43012c67217fe12d97808875c352
tree4d04c1fe0d3195ba54b7fb126176a09c370dfea3
parente8e1946edf6ba87ef53832cdceccc39d7f0c3f26
[lib/stream] small compile fix, use uint64_t, not u_int64_t.

2006-01-19 Paul Jakma <paul.jakma@sun.com>

* stream.c: (stream_getq_from) should use POSIX uint64_t
  not u_int64_t. Latter is neither a traditional BSD type, nor
  a POSIX type.
lib/ChangeLog
lib/stream.c