File: 03-alpha-debug.h

package info (click to toggle)
ltrace 0.7.3-6.4
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 3,964 kB
  • sloc: ansic: 22,858; sh: 10,956; exp: 1,498; makefile: 377; cpp: 196; awk: 88; asm: 40; perl: 24
file content (17 lines) | stat: -rw-r--r-- 462 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: Juan Cespedes <cespedes@debian.org>
Description: fixed FTBFS on alpha
  don't include "debug.h" twice
Last-Update: 2014-01-02
Bug-Debian: http://bugs.debian.org/678721


--- ltrace-0.7.3.orig/sysdeps/linux-gnu/alpha/trace.c
+++ ltrace-0.7.3/sysdeps/linux-gnu/alpha/trace.c
@@ -29,7 +29,6 @@
 
 #include "proc.h"
 #include "common.h"
-#include "debug.h"
 
 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
 # define PTRACE_PEEKUSER PTRACE_PEEKUSR