diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-11-18 04:30:51 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-11-18 04:30:51 +0000 |
commit | 14eefa1d03f1b018e1886e5d2330bd9c21a25141 (patch) | |
tree | dff383f80ce0752c91fd9da4328e6c59a2d384e4 /emulators | |
parent | d5813aa884744f0f6d47f2d1c46c50b6255f3d05 (diff) | |
download | FreeBSD-ports-14eefa1d03f1b018e1886e5d2330bd9c21a25141.zip FreeBSD-ports-14eefa1d03f1b018e1886e5d2330bd9c21a25141.tar.gz |
fixes a build problem with gcc3
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/frodo/files/patch-CmdPipe.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/emulators/frodo/files/patch-CmdPipe.h b/emulators/frodo/files/patch-CmdPipe.h new file mode 100644 index 0000000..352b8c8 --- /dev/null +++ b/emulators/frodo/files/patch-CmdPipe.h @@ -0,0 +1,8 @@ +--- CmdPipe.h.orig Wed Aug 6 20:56:26 1997 ++++ CmdPipe.h Mon Nov 18 05:31:41 2002 +@@ -82,4 +82,4 @@ + + }; + +-#endif CmdPipe_h ++#endif // CmdPipe_h |