From owner-cvs-all Mon Oct 14 7:14:17 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 E648937B401; Mon, 14 Oct 2002 07:14:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 548E543EF1; Mon, 14 Oct 2002 07:14:11 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EEDbMt003463; Mon, 14 Oct 2002 07:13:37 -0700 (PDT) (envelope-from mike@repoman.freebsd.org) Received: (from mike@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EEDbsk003462; Mon, 14 Oct 2002 07:13:37 -0700 (PDT) Message-Id: <200210141413.g9EEDbsk003462@repoman.freebsd.org> From: Mike Barcroft Date: Mon, 14 Oct 2002 07:13:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include signal.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 mike 2002/10/14 07:13:37 PDT Modified files: include signal.h Log: o Move forward declaration for struct timespec to a more appropriate location. o Don't prototype functions for which we don't have an implementation. o Add forward declaration for struct __ucontext, previously this was forward declared in . o Add a comment about the size of NSIG. PR: 35924 Submitted by: bde Revision Changes Path 1.22 +14 -2 src/include/signal.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message