From owner-p4-projects Thu Apr 4 11:57:44 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 7761537B405; Thu, 4 Apr 2002 11:57:37 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A088937B417 for ; Thu, 4 Apr 2002 11:57:35 -0800 (PST) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g34JvZ231968 for perforce@freebsd.org; Thu, 4 Apr 2002 11:57:35 -0800 (PST) (envelope-from tmm@freebsd.org) Date: Thu, 4 Apr 2002 11:57:35 -0800 (PST) Message-Id: <200204041957.g34JvZ231968@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to tmm@freebsd.org using -f From: Thomas Moestl Subject: PERFORCE change 9047 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9047 Change 9047 by tmm@tmm_sparc64 on 2002/04/04 11:57:09 Adjust multiple inclusion protection to changed header name, de-__P(). Affected files ... ... //depot/projects/sparc64/sys/sys/clock.h#2 edit Differences ... ==== //depot/projects/sparc64/sys/sys/clock.h#2 (text+ko) ==== @@ -33,13 +33,13 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * from: NetBSD: clock_subr.h,v 1.7 2000/10/03 13:41:07 tsutsui Exp + * $NetBSD: clock_subr.h,v 1.7 2000/10/03 13:41:07 tsutsui Exp $ * * $FreeBSD$ */ -#ifndef _SYS_CLOCK_SUBR_H_ -#define _SYS_CLOCK_SUBR_H_ +#ifndef _SYS_CLOCK_H_ +#define _SYS_CLOCK_H_ /* * Structure to hold the values typically reported by time-of-day clocks. @@ -57,8 +57,8 @@ long nsec; /* nano seconds */ }; -int clock_ct_to_ts __P((struct clocktime *, struct timespec *)); -void clock_ts_to_ct __P((struct timespec *, struct clocktime *)); +int clock_ct_to_ts(struct clocktime *, struct timespec *); +void clock_ts_to_ct(struct timespec *, struct clocktime *); void clock_register(device_t, long); /* @@ -74,4 +74,4 @@ /* Traditional POSIX base year */ #define POSIX_BASE_YEAR 1970 -#endif /* !_SYS_CLOCK_SUBR_H_ */ +#endif /* !_SYS_CLOCK_H_ */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message