mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* swsusp in 2.6.0 sometimes reports "incorrect version"
@ 2004-01-03 18:23 Pavel Machek
  0 siblings, 0 replies; only message in thread
From: Pavel Machek @ 2004-01-03 18:23 UTC (permalink / raw)
  To: kernel list

Hi!

This check sometimes triggers; I'm not sure what is going on. Adding
field to "struct suspend_head" may help you.

								Pavel


static int sanity_check(struct suspend_header *sh)
{
	if (sh->version_code != LINUX_VERSION_CODE)
		return sanity_check_failed("Incorrect kernel version");

-- 
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-01-03 18:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-03 18:23 swsusp in 2.6.0 sometimes reports "incorrect version" Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome