diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-26 17:09:18 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-26 17:09:18 +0000 |
commit | c30b035b5d2aef6be312aa2f5006657620988058 (patch) | |
tree | b0cdd2a69d815e3749e754cd7618ad3ce77eec30 /www | |
parent | 13f9d5e60ca12971f8d46ecbba7efa37b02f0c75 (diff) | |
download | ports-c30b035b5d2aef6be312aa2f5006657620988058.tar.gz ports-c30b035b5d2aef6be312aa2f5006657620988058.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/viewml/files/patch-fltk::history.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/viewml/files/patch-fltk::history.cpp b/www/viewml/files/patch-fltk::history.cpp new file mode 100644 index 000000000000..a58bf4c32009 --- /dev/null +++ b/www/viewml/files/patch-fltk::history.cpp @@ -0,0 +1,10 @@ + +$FreeBSD$ + +--- fltk/history.cpp 2001/11/26 17:09:52 1.1 ++++ fltk/history.cpp 2001/11/26 17:09:59 +@@ -1,4 +1,3 @@ +-#include <malloc.h> + #include <stdlib.h> + #include <stdio.h> + #include <string.h> |