Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys add a forward struct declaration for the PPS_SYNC case
details: https://anonhg.NetBSD.org/src/rev/6925c77594bd
branches: trunk
changeset: 757682:6925c77594bd
user: drochner <drochner%NetBSD.org@localhost>
date: Sun Sep 12 16:07:40 2010 +0000
description:
add a forward struct declaration for the PPS_SYNC case
diffstat:
sys/sys/systm.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r c3a0e4a15679 -r 6925c77594bd sys/sys/systm.h
--- a/sys/sys/systm.h Sun Sep 12 16:06:08 2010 +0000
+++ b/sys/sys/systm.h Sun Sep 12 16:07:40 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: systm.h,v 1.241 2010/08/22 14:12:10 pgoyette Exp $ */
+/* $NetBSD: systm.h,v 1.242 2010/09/12 16:07:40 drochner Exp $ */
/*-
* Copyright (c) 1982, 1988, 1991, 1993
@@ -301,6 +301,7 @@
#ifdef NTP
void ntp_init(void);
#ifdef PPS_SYNC
+struct timespec;
void hardpps(struct timespec *, long);
#endif /* PPS_SYNC */
#else
Home |
Main Index |
Thread Index |
Old Index