commit | 581a02a9f71f43012c67217fe12d97808875c352 | [log] [tgz] |
---|---|---|
author | paul <paul> | Thu Jan 19 20:22:16 2006 +0000 |
committer | paul <paul> | Thu Jan 19 20:22:16 2006 +0000 |
tree | 4d04c1fe0d3195ba54b7fb126176a09c370dfea3 | |
parent | e8e1946edf6ba87ef53832cdceccc39d7f0c3f26 [diff] |
[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.