Deleted Added
full compact
extern.h (132306) extern.h (144178)
1/*
2 * Copryight 1997 Sean Eric Fagan
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

--- 14 unchanged lines hidden (view full) ---

23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 * SUCH DAMAGE.
30 *
1/*
2 * Copryight 1997 Sean Eric Fagan
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

--- 14 unchanged lines hidden (view full) ---

23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 * SUCH DAMAGE.
30 *
31 * $FreeBSD: head/usr.bin/truss/extern.h 132306 2004-07-17 19:19:36Z alfred $
31 * $FreeBSD: head/usr.bin/truss/extern.h 144178 2005-03-27 12:53:25Z alfred $
32 */
33
34extern int setup_and_wait(char **);
32 */
33
34extern int setup_and_wait(char **);
35extern int start_tracing(int, int, int);
35extern int start_tracing(int, int, int, int);
36extern void restore_proc(int);
37extern const char *ioctlname(register_t val);
38extern char *strsig(int sig);
39#ifdef __alpha__
40extern void alpha_syscall_entry(struct trussinfo *, int);
41extern long alpha_syscall_exit(struct trussinfo *, int);
42#endif
43#ifdef __amd64__

--- 19 unchanged lines hidden ---
36extern void restore_proc(int);
37extern const char *ioctlname(register_t val);
38extern char *strsig(int sig);
39#ifdef __alpha__
40extern void alpha_syscall_entry(struct trussinfo *, int);
41extern long alpha_syscall_exit(struct trussinfo *, int);
42#endif
43#ifdef __amd64__

--- 19 unchanged lines hidden ---