]> git.proxmox.com Git - mirror_frr.git/commit
2004-11-07 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Mon, 8 Nov 2004 15:43:21 +0000 (15:43 +0000)
committerpaul <paul>
Mon, 8 Nov 2004 15:43:21 +0000 (15:43 +0000)
commit2265d20c1a568c7633d086ccf0233761ff942a2c
treef8b74d86a5b5e386ffec2e41f2025064aac423e4
parent3e6064f8384e5477593b8af0442931ca5930918b
2004-11-07 Paul Jakma <paul@dishone.st>

* buffer.c: Add missing include of log.h.
  (buffer_flush_available) written is compared against
  mostly against unsigned types, only for the writev do we need
          signed compare, so declare it as size_t and cast it to ssize_t
          just for the error compare when we've called writev.
* buffer.h: Add comment that buffer data sizes really should be
          size_t.
lib/ChangeLog
lib/buffer.c
lib/buffer.h