aboutsummaryrefslogtreecommitdiff
path: root/devel/mprof
diff options
context:
space:
mode:
authorJeffrey Hsu <hsu@FreeBSD.org>1998-02-15 00:45:09 +0000
committerJeffrey Hsu <hsu@FreeBSD.org>1998-02-15 00:45:09 +0000
commitc35acec432a89e1ddcd10b64c667dee2dcbfb61f (patch)
tree6940149b5cf5d3f2d15c1e468ff763a01834c9dc /devel/mprof
parent79ae5368db2e521503f0abf2861bec353376dc35 (diff)
downloadports-c35acec432a89e1ddcd10b64c667dee2dcbfb61f.tar.gz
ports-c35acec432a89e1ddcd10b64c667dee2dcbfb61f.zip
Notes
Diffstat (limited to 'devel/mprof')
-rw-r--r--devel/mprof/files/patch-0112
1 files changed, 11 insertions, 1 deletions
diff --git a/devel/mprof/files/patch-01 b/devel/mprof/files/patch-01
index 8fbd8b855975..dfc379c83721 100644
--- a/devel/mprof/files/patch-01
+++ b/devel/mprof/files/patch-01
@@ -1,6 +1,16 @@
*** ../m/mprof_mon.c Tue Apr 20 13:36:09 1993
--- mprof_mon.c Fri Sep 17 17:09:01 1993
***************
+*** 5,10 ****
+--- 5,11 ----
+ */
+
+ #include <stdio.h>
++ #include <unistd.h>
+ #include <sys/file.h>
+ #include "mprof.h"
+
+***************
*** 411,417 ****
#ifdef sun
on_exit(mprof_exit, NULL);
@@ -9,7 +19,7 @@
atexit(mprof_exit);
#endif
---- 411,417 ----
+--- 412,418 ----
#ifdef sun
on_exit(mprof_exit, NULL);
#endif