Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Add accidentally-omitted prototype for time_pps_kcbi...
details: https://anonhg.NetBSD.org/src/rev/f613e46a9994
branches: trunk
changeset: 480748:f613e46a9994
user: jonathan <jonathan%NetBSD.org@localhost>
date: Wed Jan 19 03:33:18 2000 +0000
description:
Add accidentally-omitted prototype for time_pps_kcbind() so userlevel PPSAPI
client code compiles with -Wall -Wstrict-prototypes-Wmissing-prototypes.
diffstat:
sys/sys/timepps.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 056503363286 -r f613e46a9994 sys/sys/timepps.h
--- a/sys/sys/timepps.h Wed Jan 19 03:30:12 2000 +0000
+++ b/sys/sys/timepps.h Wed Jan 19 03:33:18 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: timepps.h,v 1.2 1999/11/04 05:34:00 jonathan Exp $ */
+/* $NetBSD: timepps.h,v 1.3 2000/01/19 03:33:18 jonathan Exp $ */
/*
* Copyright (c) 1998 Jonathan Stone
@@ -147,6 +147,9 @@
static __inline int time_pps_wait __P((pps_handle_t handle,
const struct timespec *timeout, pps_info_t *ppsinfobuf));
+static __inline int time_pps_kcbind __P((pps_handle_t handle,
+ const int kernel_consumer, const int edge, const int tsformat));
+
static __inline int
time_pps_create(filedes, handle)
int filedes;
Home |
Main Index |
Thread Index |
Old Index