pkgsrc/sysutils/tphdisk/patches/patch-aa
gdt bd49c4c0c4 This program is a replacement for phdisk.exe that allows you to create
a save2dsk.bin hibernation file for Phoenix notebios laptops.  It
works with most IBM Thinkpads.
2006-08-21 13:19:33 +00:00

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;