Deleted Added
full compact
SYS.h (71770) SYS.h (92991)
1/* $FreeBSD: head/lib/libc/ia64/SYS.h 71770 2001-01-29 03:23:46Z deischen $ */
2/* From: NetBSD: SYS.h,v 1.5 1997/05/02 18:15:15 kleink Exp */
1/* $NetBSD: SYS.h,v 1.5 1997/05/02 18:15:15 kleink Exp $ */
3
4/*
5 * Copyright (c) 1994, 1995 Carnegie-Mellon University.
6 * All rights reserved.
7 *
8 * Author: Chris G. Demetriou
9 *
10 * Permission to use, copy, modify and distribute this software and

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

21 *
22 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
23 * School of Computer Science
24 * Carnegie Mellon University
25 * Pittsburgh PA 15213-3890
26 *
27 * any improvements or extensions that they make and grant Carnegie the
28 * rights to redistribute these changes.
2
3/*
4 * Copyright (c) 1994, 1995 Carnegie-Mellon University.
5 * All rights reserved.
6 *
7 * Author: Chris G. Demetriou
8 *
9 * Permission to use, copy, modify and distribute this software and

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

20 *
21 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
22 * School of Computer Science
23 * Carnegie Mellon University
24 * Pittsburgh PA 15213-3890
25 *
26 * any improvements or extensions that they make and grant Carnegie the
27 * rights to redistribute these changes.
28 *
29 * $FreeBSD: head/lib/libc/ia64/SYS.h 92991 2002-03-22 23:42:05Z obrien $
29 */
30
31#include <machine/asm.h>
32#include <sys/syscall.h>
33
34#define CALLSYS_ERROR(name) \
35 CALLSYS_NOERROR(name); \
36 cmp.ne p6,p0=r0,r10; \

--- 40 unchanged lines hidden ---
30 */
31
32#include <machine/asm.h>
33#include <sys/syscall.h>
34
35#define CALLSYS_ERROR(name) \
36 CALLSYS_NOERROR(name); \
37 cmp.ne p6,p0=r0,r10; \

--- 40 unchanged lines hidden ---