diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-11-18 04:30:51 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-11-18 04:30:51 +0000 |
commit | 4ed080b2a8abc2bb01712b1cf518a16f69300d6c (patch) | |
tree | 06f3c8828f587c3d94e4fbf17fcdcca0d0910c6a /emulators | |
parent | linux_mesa was removed (diff) |
fixes a build problem with gcc3
Notes
Notes:
svn path=/head/; revision=70370
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 000000000000..352b8c87d750 --- /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 |