diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2005-02-21 19:19:07 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2005-02-21 19:19:07 +0000 |
commit | 4063b6b0a7c20eaf9d788b11bf17eb8223ec36c5 (patch) | |
tree | 28b776da4bdca868e8283e4a112f696a7ac44503 /sysutils/multitail/files/patch-utils.h | |
parent | Unbreak by not creating empty directories. Note that this patch will be (diff) |
Upgrade to 3.4.6.
Notes
Notes:
svn path=/head/; revision=129509
Diffstat (limited to 'sysutils/multitail/files/patch-utils.h')
-rw-r--r-- | sysutils/multitail/files/patch-utils.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sysutils/multitail/files/patch-utils.h b/sysutils/multitail/files/patch-utils.h deleted file mode 100644 index bc904079f3de..000000000000 --- a/sysutils/multitail/files/patch-utils.h +++ /dev/null @@ -1,9 +0,0 @@ ---- utils.h.orig Thu Jan 20 14:02:33 2005 -+++ utils.h Mon Jan 24 19:31:42 2005 -@@ -1,3 +1,6 @@ -+#if defined(__FreeBSD__) -+#define off64_t off_t -+#endif - int myrand(int max); - void * mymalloc(int size, char *what); - void * myrealloc(void *oldp, int newsize, char *what); |