CVSROOT:        /cvs
Module name:    src
Changes by:     matt...@cvs.openbsd.org 2011/07/08 14:10:34

Modified files:
        sys/dev        : vnd.c 

Log message:
Ack, my last change used size_t for file offsets, but size_t is only
32-bit on 32-bit architectures; we need off_t to support >4GB vnd(4)
images.

Discovered by, tested, and ok bluhm@

Reply via email to