diff options
author | Steve Price <steve@FreeBSD.org> | 2000-02-27 15:04:16 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-02-27 15:04:16 +0000 |
commit | 059a88c435c9f9cd6922bd49310ceb0980c4904b (patch) | |
tree | 178aec2237728274047a807bf339d1df8960df61 /misc/estic/files/patch-ay | |
parent | Misc. small fixes from the maintainer. (diff) |
Consolidate diffs to a single file into one patch and add a boatload
of patches to fix the build on -current.
Notes
Notes:
svn path=/head/; revision=26363
Diffstat (limited to '')
-rw-r--r-- | misc/estic/files/patch-ay | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/estic/files/patch-ay b/misc/estic/files/patch-ay new file mode 100644 index 000000000000..8d0552ee962c --- /dev/null +++ b/misc/estic/files/patch-ay @@ -0,0 +1,10 @@ +--- estic/imon.cc.orig Sat Feb 26 18:33:03 2000 ++++ estic/imon.cc Sat Feb 26 18:33:29 2000 +@@ -22,6 +22,7 @@ + #include <stdio.h> + #include <errno.h> + #include <sys/time.h> ++#include <unistd.h> + + #include "chartype.h" + #include "itemwin.h" |