diff options
-rw-r--r-- | devel/mprof/files/patch-01 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/devel/mprof/files/patch-01 b/devel/mprof/files/patch-01 index 8fbd8b8..dfc379c 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 |