artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d83d3c9
)
__LDPGSZ hasn't been used here since rev 1.23 (2013).
author
guenther
<guenther@openbsd.org>
Sat, 8 Jan 2022 22:54:49 +0000
(22:54 +0000)
committer
guenther
<guenther@openbsd.org>
Sat, 8 Jan 2022 22:54:49 +0000
(22:54 +0000)
Delete comment referring to it
ok jsg@
sys/dev/ksyms.c
patch
|
blob
|
history
diff --git
a/sys/dev/ksyms.c
b/sys/dev/ksyms.c
index
1cc983f
..
c1b9d0c
100644
(file)
--- a/
sys/dev/ksyms.c
+++ b/
sys/dev/ksyms.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ksyms.c,v 1.3
3 2020/07/18 20:21:01 kettenis
Exp $ */
+/* $OpenBSD: ksyms.c,v 1.3
4 2022/01/08 22:54:49 guenther
Exp $ */
/*
* Copyright (c) 1998 Todd C. Miller <millert@openbsd.org>
* Copyright (c) 2001 Artur Grabowski <art@openbsd.org>
@@
-49,10
+49,6
@@
static size_t ksym_syms_size;
void ksymsattach(int);
-/*
- * We assume __LDPGSZ is a multiple of PAGE_SIZE (it is)
- */
-
void
ksymsattach(int num)
{