diff options
author | wiz <wiz> | 2000-12-28 02:32:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-28 02:32:15 +0000 |
commit | de6811b226ccee261024e2f4f425d9c794a494ec (patch) | |
tree | 5685a687e7e6d9e43c36aa7829fab8ba78d5851a /sysutils/pcvt-utils/patches/patch-af | |
parent | 50e05e14f5e5a4b7522f215a22143bfa2fa216ca (diff) | |
download | pkgsrc-de6811b226ccee261024e2f4f425d9c794a494ec.tar.gz |
Fix compilation on alpha.
Diffstat (limited to 'sysutils/pcvt-utils/patches/patch-af')
-rw-r--r-- | sysutils/pcvt-utils/patches/patch-af | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/pcvt-utils/patches/patch-af b/sysutils/pcvt-utils/patches/patch-af new file mode 100644 index 00000000000..62f4488a128 --- /dev/null +++ b/sysutils/pcvt-utils/patches/patch-af @@ -0,0 +1,12 @@ +$NetBSD: patch-af,v 1.1 2000/12/28 02:32:16 wiz Exp $ + +--- demo/playvt.c.orig Sat Nov 1 07:49:36 1997 ++++ demo/playvt.c +@@ -42,6 +42,7 @@ + *---------------------------------------------------------------------------*/ + + #include <stdio.h> ++#include <string.h> + #include <unistd.h> + + main(argc,argv) |