From owner-cvs-all Thu Jul 26 17:44:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6716B37B403; Thu, 26 Jul 2001 17:44:36 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6R0ia625869; Thu, 26 Jul 2001 17:44:36 -0700 (PDT) (envelope-from peter) Message-Id: <200107270044.f6R0ia625869@freefall.freebsd.org> From: Peter Wemm Date: Thu, 26 Jul 2001 17:44:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumext.h vinummemory.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/07/26 17:44:36 PDT Modified files: sys/dev/vinum vinumext.h vinummemory.c Log: The kernel *does* now define setjmp/longjmp. Dont duplicate it here. In file included from ../../../dev/vinum/vinumhdr.h:77, from ../../../dev/vinum/vinum.c:44: ../../../dev/vinum/vinumext.h:165: warning: redundant redeclaration of `setjmp' in same scope ../../../sys/systm.h:96: warning: previous declaration of `setjmp' ../../../dev/vinum/vinummemory.c:44: warning: redundant redeclaration of `longjmp' in same scope ../../../sys/systm.h:97: warning: previous declaration of `longjmp' Revision Changes Path 1.30 +1 -4 src/sys/dev/vinum/vinumext.h 1.28 +1 -2 src/sys/dev/vinum/vinummemory.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message