Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/sys Approved by thorpej:
details: https://anonhg.NetBSD.org/src/rev/b7aee5ce06b2
branches: netbsd-1-5
changeset: 488738:b7aee5ce06b2
user: mycroft <mycroft%NetBSD.org@localhost>
date: Wed Jul 26 23:09:33 2000 +0000
description:
Approved by thorpej:
Fix compilation error due to a static function being undefined.
syssrc/sys/sys/timepps.h 1.3 -> 1.4
diffstat:
sys/sys/timepps.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 11a55df81c51 -r b7aee5ce06b2 sys/sys/timepps.h
--- a/sys/sys/timepps.h Wed Jul 26 23:06:08 2000 +0000
+++ b/sys/sys/timepps.h Wed Jul 26 23:09:33 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: timepps.h,v 1.3 2000/01/19 03:33:18 jonathan Exp $ */
+/* $NetBSD: timepps.h,v 1.3.4.1 2000/07/26 23:09:33 mycroft Exp $ */
/*
* Copyright (c) 1998 Jonathan Stone
@@ -144,8 +144,10 @@
static __inline int time_pps_fetch __P((pps_handle_t handle,
const int tsformat, pps_info_t *ppsinfobuf,
const struct timespec *timeout));
+#if 0
static __inline int time_pps_wait __P((pps_handle_t handle,
const struct timespec *timeout, pps_info_t *ppsinfobuf));
+#endif
static __inline int time_pps_kcbind __P((pps_handle_t handle,
const int kernel_consumer, const int edge, const int tsformat));
Home |
Main Index |
Thread Index |
Old Index