summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-26 01:07:42 +0000
committerbde <bde@FreeBSD.org>1995-12-26 01:07:42 +0000
commit31a03a6e78d434ddf52014eae5951ef5eaa22e4a (patch)
treefbe92182325f16b5586ba82b84481e2e113d6a4e /sys
parent0ab20d23b0b629914697181cf3c906176ed75dbb (diff)
downloadFreeBSD-src-31a03a6e78d434ddf52014eae5951ef5eaa22e4a.zip
FreeBSD-src-31a03a6e78d434ddf52014eae5951ef5eaa22e4a.tar.gz
Finished staticizing of timevalfix().
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/kern_time.c4
-rw-r--r--sys/sys/time.h3
-rw-r--r--sys/sys/timetc.h3
3 files changed, 5 insertions, 5 deletions
diff --git a/sys/kern/kern_time.c b/sys/kern/kern_time.c
index 9491dde..623f033 100644
--- a/sys/kern/kern_time.c
+++ b/sys/kern/kern_time.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)kern_time.c 8.1 (Berkeley) 6/10/93
- * $Id: kern_time.c,v 1.12 1995/11/19 00:59:22 bde Exp $
+ * $Id: kern_time.c,v 1.13 1995/12/14 08:31:37 phk Exp $
*/
#include <sys/param.h>
@@ -57,6 +57,8 @@ struct timezone tz;
* timers when they expire.
*/
+static void timevalfix __P((struct timeval *));
+
#ifndef _SYS_SYSPROTO_H_
struct gettimeofday_args {
struct timeval *tp;
diff --git a/sys/sys/time.h b/sys/sys/time.h
index fa7aecc..93b89d1 100644
--- a/sys/sys/time.h
+++ b/sys/sys/time.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)time.h 8.1 (Berkeley) 6/2/93
- * $Id: time.h,v 1.4 1994/10/02 17:25:01 phk Exp $
+ * $Id: time.h,v 1.5 1994/10/10 00:58:36 phk Exp $
*/
#ifndef _SYS_TIME_H_
@@ -112,7 +112,6 @@ int itimerdecr __P((struct itimerval *itp,int usec));
int itimerfix __P((struct timeval *));
void microtime __P((struct timeval *));
void timevaladd __P((struct timeval *, struct timeval *));
-void timevalfix __P((struct timeval *));
void timevalsub __P((struct timeval *, struct timeval *));
#else /* not KERNEL */
diff --git a/sys/sys/timetc.h b/sys/sys/timetc.h
index fa7aecc..93b89d1 100644
--- a/sys/sys/timetc.h
+++ b/sys/sys/timetc.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)time.h 8.1 (Berkeley) 6/2/93
- * $Id: time.h,v 1.4 1994/10/02 17:25:01 phk Exp $
+ * $Id: time.h,v 1.5 1994/10/10 00:58:36 phk Exp $
*/
#ifndef _SYS_TIME_H_
@@ -112,7 +112,6 @@ int itimerdecr __P((struct itimerval *itp,int usec));
int itimerfix __P((struct timeval *));
void microtime __P((struct timeval *));
void timevaladd __P((struct timeval *, struct timeval *));
-void timevalfix __P((struct timeval *));
void timevalsub __P((struct timeval *, struct timeval *));
#else /* not KERNEL */
OpenPOWER on IntegriCloud