diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-29 14:19:26 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-29 14:19:26 +0000 |
commit | 9e765544dd8a6a517a6c04b386d593e8d9468cf8 (patch) | |
tree | 04af8a4883f6f0f946113eb5b1212dd9f42c35be /sysutils/ftrace/files/patch-ab | |
parent | Add the `new' module to the build, it's needed by Zope-2.3.0. (diff) |
update to 0.9a.
PR: 24229
Submitted by: maintainer
honor CFLAGS.
Diffstat (limited to 'sysutils/ftrace/files/patch-ab')
-rw-r--r-- | sysutils/ftrace/files/patch-ab | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/sysutils/ftrace/files/patch-ab b/sysutils/ftrace/files/patch-ab index 39ce06b0fba6..bc7ca2b3e1f5 100644 --- a/sysutils/ftrace/files/patch-ab +++ b/sysutils/ftrace/files/patch-ab @@ -1,8 +1,13 @@ ---- ftrace.orig Sat Jan 6 14:11:37 2001 -+++ ftrace Sat Jan 6 14:11:24 2001 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/bin/sh +--- ftrace.c.orig Wed Jan 10 17:38:16 2001 ++++ ftrace.c Wed Jan 10 17:36:28 2001 +@@ -10,9 +10,10 @@ + #include <errno.h> + #include <unistd.h> + #include <string.h> ++#include <sys/types.h> - if [ "$1" = "-i" ]; then - export FTRACEIGNOREME=1 + #ifdef LINUX_GLIBC +-typedef __off64_t off64_t; ++typedef off_t off64_t; + #define _GNU_SOURCE + #endif /* LINUX_GLIBC */ |