From 9e765544dd8a6a517a6c04b386d593e8d9468cf8 Mon Sep 17 00:00:00 2001 From: FUJISHIMA Satsuki Date: Mon, 29 Jan 2001 14:19:26 +0000 Subject: update to 0.9a. PR: 24229 Submitted by: maintainer honor CFLAGS. --- sysutils/ftrace/files/patch-ab | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'sysutils/ftrace/files/patch-ab') 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 + #include + #include ++#include - 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 */ -- cgit v1.2.3