From owner-cvs-all Sat Sep 7 3:20:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06FCA37B400; Sat, 7 Sep 2002 03:20:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF45B43E6E; Sat, 7 Sep 2002 03:20:26 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: from freefall.freebsd.org (dfr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87AKQJU058806; Sat, 7 Sep 2002 03:20:26 -0700 (PDT) (envelope-from dfr@freefall.freebsd.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87AKQYb058805; Sat, 7 Sep 2002 03:20:26 -0700 (PDT) Message-Id: <200209071020.g87AKQYb058805@freefall.freebsd.org> From: Doug Rabson Date: Sat, 7 Sep 2002 03:20:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys ucontext.h 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 dfr 2002/09/07 03:20:26 PDT Modified files: sys/sys ucontext.h Log: Add __BEGIN_DECLS/__END_DECLS so that c++ code can use makecontext() etc. Revision Changes Path 1.6 +6 -0 src/sys/sys/ucontext.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message