From owner-cvs-sbin Sun Feb 1 13:54:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13223 for cvs-sbin-outgoing; Sun, 1 Feb 1998 13:54:49 -0800 (PST) (envelope-from owner-cvs-sbin) 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 NAA13059; Sun, 1 Feb 1998 13:53:31 -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 NAA00124; Sun, 1 Feb 1998 13:53:20 -0800 (PST) Date: Sun, 1 Feb 1998 13:53:20 -0800 (PST) Message-Id: <199802012153.NAA00124@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/mount_nfs mount_nfs.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/02/01 13:53:20 PST Modified files: sbin/mount_nfs mount_nfs.c Log: Don't define KERNEL before including . It is no longer necessary. This fixes warnings about missing forward declarations for structs in kernel-only prototypes. Revision Changes Path 1.27 +1 -3 src/sbin/mount_nfs/mount_nfs.c