Module Name:    src
Committed By:   pgoyette
Date:           Mon Dec  7 06:28:22 UTC 2015

Modified Files:
        src/sys/sys: clockctl.h

Log Message:
Forgot this file in previous commit (modularization of clockctl(4))


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/sys/clockctl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/clockctl.h
diff -u src/sys/sys/clockctl.h:1.16 src/sys/sys/clockctl.h:1.17
--- src/sys/sys/clockctl.h:1.16	Sun Sep  6 06:01:02 2015
+++ src/sys/sys/clockctl.h	Mon Dec  7 06:28:22 2015
@@ -1,4 +1,4 @@
-/*      $NetBSD: clockctl.h,v 1.16 2015/09/06 06:01:02 dholland Exp $ */
+/*      $NetBSD: clockctl.h,v 1.17 2015/12/07 06:28:22 pgoyette Exp $ */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -72,6 +72,7 @@ void    clockctlattach(int);
 int     clockctlopen(dev_t, int, int, struct lwp *);
 int     clockctlclose(dev_t, int, int, struct lwp *);
 int     clockctlioctl(dev_t, u_long, void *, int, struct lwp *);
+int	clockctl_init(void);
 #endif
 
 #endif /* _SYS_CLOCKCTL_H_ */

Reply via email to