From 5b4ea313ddc10d96388a20a42e118c758479a553 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 13 Apr 2020 14:38:51 -0400 Subject: [PATCH] Fix: wrapper random documentation Signed-off-by: Mathieu Desnoyers --- wrapper/random.c | 4 +--- wrapper/random.h | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/wrapper/random.c b/wrapper/random.c index 8b03aec5..7b91fc7f 100644 --- a/wrapper/random.c +++ b/wrapper/random.c @@ -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 */ diff --git a/wrapper/random.h b/wrapper/random.h index 4141cd0f..073a09a2 100644 --- a/wrapper/random.h +++ b/wrapper/random.h @@ -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 */ -- 2.34.1