Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2002 11:57:35 -0800 (PST)
From:      Thomas Moestl <tmm@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 9047 for review
Message-ID:  <200204041957.g34JvZ231968@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9047

Change 9047 by tmm@tmm_sparc64 on 2002/04/04 11:57:09

	Adjust multiple inclusion protection to changed header name,
	de-__P().

Affected files ...

... //depot/projects/sparc64/sys/sys/clock.h#2 edit

Differences ...

==== //depot/projects/sparc64/sys/sys/clock.h#2 (text+ko) ====

@@ -33,13 +33,13 @@
  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- *	from: NetBSD: clock_subr.h,v 1.7 2000/10/03 13:41:07 tsutsui Exp
+ *	$NetBSD: clock_subr.h,v 1.7 2000/10/03 13:41:07 tsutsui Exp $
  *
  * $FreeBSD$
  */
 
-#ifndef _SYS_CLOCK_SUBR_H_
-#define _SYS_CLOCK_SUBR_H_
+#ifndef _SYS_CLOCK_H_
+#define _SYS_CLOCK_H_
 
 /*
  * Structure to hold the values typically reported by time-of-day clocks.
@@ -57,8 +57,8 @@
 	long	nsec;			/* nano seconds */
 };
 
-int clock_ct_to_ts __P((struct clocktime *, struct timespec *));
-void clock_ts_to_ct __P((struct timespec *, struct clocktime *));
+int clock_ct_to_ts(struct clocktime *, struct timespec *);
+void clock_ts_to_ct(struct timespec *, struct clocktime *);
 void clock_register(device_t, long);
 
 /*
@@ -74,4 +74,4 @@
 /* Traditional POSIX base year */
 #define	POSIX_BASE_YEAR	1970
 
-#endif /* !_SYS_CLOCK_SUBR_H_ */
+#endif /* !_SYS_CLOCK_H_ */

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204041957.g34JvZ231968>