bd49c4c0c4
a save2dsk.bin hibernation file for Phoenix notebios laptops. It works with most IBM Thinkpads.
12 lines
262 B
Text
12 lines
262 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2006/08/21 13:19:33 gdt Exp $
|
|
|
|
--- tphdisk.c.orig 2006-08-21 09:16:45.000000000 -0400
|
|
+++ tphdisk.c
|
|
@@ -20,6 +20,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include <unistd.h>
|
|
|
|
typedef unsigned short u16;
|