From owner-cvs-include Sun Mar 19 05:36:57 1995 Return-Path: cvs-include-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA06499 for cvs-include-outgoing; Sun, 19 Mar 1995 05:36:57 -0800 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA06487; Sun, 19 Mar 1995 14:36:52 +0100 Date: Sun, 19 Mar 1995 14:36:52 +0100 From: Joerg Wunsch Message-Id: <199503191336.OAA06487@freefall.cdrom.com> To: CVS-commiters, cvs-include Subject: cvs commit: src/include kvm.h Sender: cvs-include-owner@freebsd.org Precedence: bulk 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.