artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b426c0
)
kern_clockintr.c: remove extra newline
author
cheloha
<cheloha@openbsd.org>
Sun, 24 Sep 2023 12:27:16 +0000
(12:27 +0000)
committer
cheloha
<cheloha@openbsd.org>
Sun, 24 Sep 2023 12:27:16 +0000
(12:27 +0000)
sys/kern/kern_clockintr.c
patch
|
blob
|
history
diff --git
a/sys/kern/kern_clockintr.c
b/sys/kern/kern_clockintr.c
index
1996889
..
ac96630
100644
(file)
--- a/
sys/kern/kern_clockintr.c
+++ b/
sys/kern/kern_clockintr.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: kern_clockintr.c,v 1.5
6 2023/09/17 15:24:35
cheloha Exp $ */
+/* $OpenBSD: kern_clockintr.c,v 1.5
7 2023/09/24 12:27:16
cheloha Exp $ */
/*
* Copyright (c) 2003 Dale Rahn <drahn@openbsd.org>
* Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org>
@@
-455,7
+455,6
@@
clockqueue_pend_delete(struct clockintr_queue *cq, struct clockintr *cl)
CLR(cl->cl_flags, CLST_PENDING);
}
-
void
clockqueue_pend_insert(struct clockintr_queue *cq, struct clockintr *cl,
uint64_t expiration)