Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2003 12:34:15 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 25178 for review
Message-ID:  <200302142034.h1EKYFo7036185@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=25178

Change 25178 by marcel@marcel_nfs on 2003/02/14 12:34:08

	Flip the switch: use the EPC syscalls on this branch. World
	is effectively broken by this. When in doubt, get off this
	branch :-)

Affected files ...

.. //depot/projects/ia64_epc/lib/libc/ia64/SYS.h#2 edit

Differences ...

==== //depot/projects/ia64_epc/lib/libc/ia64/SYS.h#2 (text+ko) ====

@@ -33,7 +33,7 @@
 #include <sys/syscall.h>
 
 #define	CALLSYS_ERROR(name)					\
-	CALLSYS_NOERROR(name);					\
+	EPC_CALLSYS_NOERROR(name);				\
 	cmp.ne	p6,p0=r0,r10;					\
 (p6)	br.cond.sptk.few .cerror
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302142034.h1EKYFo7036185>