CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/06 19:47:07
Modified files:
sys/sys : hibernate.h
sys/kern : subr_hibernate.c
Log message:
hibernate_clear_signature() is only used by hibernate_resume(), so
pass in the already read hibernate_info instead of reading it again.
ok deraadt@
