Date: Sun, 19 Mar 1995 14:36:52 +0100 From: Joerg Wunsch <joerg> To: CVS-commiters, cvs-include Subject: cvs commit: src/include kvm.h Message-ID: <199503191336.OAA06487@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
joerg 95/03/19 14:36:51 Modified: lib/libkvm kvm_proc.c Log: Cast the offset of one call to lseek() to off_t, as it's already done in all other places here. This is a hack, the interface should be changed to use off_t's everywhere around, but this will require to update all the programs that happen to use libkvm. Modified: include kvm.h Log: libkvm exports kvm_uread(), so do declare it in the header file. Got apparent by Philippe's -Wall patch for /usr/bin.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503191336.OAA06487>