K 10 svn:author V 6 jbeich K 8 svn:date V 27 2020-09-20T12:48:04.474621Z K 7 svn:log V 641 x11/lavalauncher: unbreak on DragonFly ../src/types/buffer.c: In function 'get_shm_fd': ../src/types/buffer.c:81:25: error: '__off64_t' undeclared (first use in this function); did you mean '__off_t'? if ( ftruncate(*fd, (__off64_t)size) < 0 ) ^~~~~~~~~ __off_t ../src/types/buffer.c:81:25: note: each undeclared identifier is reported only once for each function it appears in ../src/types/buffer.c:81:35: error: expected ')' before 'size' if ( ftruncate(*fd, (__off64_t)size) < 0 ) ^~~~ ) Reported by: DPorts END