Fix: wrapper random documentation
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 Apr 2020 18:38:51 +0000 (14:38 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 5 May 2020 18:48:57 +0000 (14:48 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
wrapper/random.c
wrapper/random.h

index 8b03aec5981e7927bdc2d8499c623661dcf383b1..7b91fc7f3e146a4b8046b7996ecb4855812537a5 100644 (file)
@@ -2,9 +2,7 @@
  *
  * wrapper/random.c
  *
- * wrapper around bootid read. Using KALLSYMS to get its address when
- * available, else we need to have a kernel that exports this function to GPL
- * modules.
+ * wrapper around bootid read. Read the boot id through the /proc filesystem.
  *
  * Copyright (C) 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  */
index 4141cd0f21af67d61fcbbdd2b42e8b3e8f120762..073a09a24957601320fe71aafbe08140b10874e2 100644 (file)
@@ -2,9 +2,7 @@
  *
  * wrapper/random.h
  *
- * wrapper around bootid read. Using KALLSYMS to get its address when
- * available, else we need to have a kernel that exports this function to GPL
- * modules.
+ * wrapper around bootid read. Read the boot id through the /proc filesystem.
  *
  * Copyright (C) 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  */
This page took 0.026064 seconds and 4 git commands to generate.