diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-11-30 00:53:57 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-11-30 00:53:57 +0000 |
commit | f863daabed0bdbdda250c856066e3fce453232e0 (patch) | |
tree | e0fe1b75f1159764ae9ebbb7013215b65258ecf9 /emulators/frodo/files/patch-CmdPipe.cpp | |
parent | Fix typo to allow building on non-i386 architectures. (diff) |
Fix build on -CURRENT.
Notified by: bento
Notes
Notes:
svn path=/head/; revision=71237
Diffstat (limited to 'emulators/frodo/files/patch-CmdPipe.cpp')
-rw-r--r-- | emulators/frodo/files/patch-CmdPipe.cpp | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/emulators/frodo/files/patch-CmdPipe.cpp b/emulators/frodo/files/patch-CmdPipe.cpp index 280950748743..cc32fba3b77e 100644 --- a/emulators/frodo/files/patch-CmdPipe.cpp +++ b/emulators/frodo/files/patch-CmdPipe.cpp @@ -1,6 +1,17 @@ + +$FreeBSD$ + --- CmdPipe.cpp.orig Wed Aug 6 20:56:26 1997 -+++ CmdPipe.cpp Sat Mar 10 19:19:59 2001 -@@ -16,9 +16,11 @@ ++++ CmdPipe.cpp Sat Nov 30 01:29:18 2002 +@@ -9,16 +9,18 @@ + + + extern "C" { +- #include <string.h> ++ #include <stdlib.h> + #include <unistd.h> + #include <sys/wait.h> + #include <sys/types.h> #include <string.h> #include <signal.h> |