diff options
Diffstat (limited to 'misc/orville-write/files/patch-write.h')
-rw-r--r-- | misc/orville-write/files/patch-write.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/orville-write/files/patch-write.h b/misc/orville-write/files/patch-write.h new file mode 100644 index 000000000000..f3f4a66ad249 --- /dev/null +++ b/misc/orville-write/files/patch-write.h @@ -0,0 +1,10 @@ +--- write.h.orig Sun Sep 7 22:55:03 2003 ++++ write.h Sun Sep 7 22:56:20 2003 +@@ -34,6 +34,7 @@ + + /* wrt_main.c functions */ + void done(int code); ++void _log(char *outcome); + + /* wrt_me.c functions */ + void find_me(void); |