From owner-cvs-sys Sun Feb 1 12:34:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA01764 for cvs-sys-outgoing; Sun, 1 Feb 1998 12:34:51 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA01521; Sun, 1 Feb 1998 12:34:18 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA29786; Sun, 1 Feb 1998 12:34:08 -0800 (PST) Date: Sun, 1 Feb 1998 12:34:08 -0800 (PST) Message-Id: <199802012034.MAA29786@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/nfs krpc.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/02/01 12:34:08 PST Modified files: sys/nfs krpc.h Log: Forward declare more structs that are used in prototypes here - don't depend on forward declaring common ones. Added an underscore to `sin' in prototypes to avoid warnings for the conflict with the ANSI sin(). Revision Changes Path 1.5 +8 -3 src/sys/nfs/krpc.h