Module Name:    src
Committed By:   riastradh
Date:           Sun Dec 19 09:44:11 UTC 2021

Modified Files:
        src/sys/external/bsd/drm2/include/linux: time.h

Log Message:
provide USEC_PER_MSEC

Author: Maya Rashish <m...@netbsd.org>


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/external/bsd/drm2/include/linux/time.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/external/bsd/drm2/include/linux/time.h
diff -u src/sys/external/bsd/drm2/include/linux/time.h:1.8 src/sys/external/bsd/drm2/include/linux/time.h:1.9
--- src/sys/external/bsd/drm2/include/linux/time.h:1.8	Sun Dec 19 01:43:04 2021
+++ src/sys/external/bsd/drm2/include/linux/time.h	Sun Dec 19 09:44:11 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: time.h,v 1.8 2021/12/19 01:43:04 riastradh Exp $	*/
+/*	$NetBSD: time.h,v 1.9 2021/12/19 09:44:11 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -40,6 +40,7 @@
 
 #define NSEC_PER_MSEC	1000000L
 #define	NSEC_PER_SEC	1000000000L
+#define USEC_PER_MSEC	1000L
 
 /*
  * XXX get_seconds as implemented by Linux is a Y2038 bug waiting to

Reply via email to