From 45a20ab721a513710138340faff3d59a31c3e01e Mon Sep 17 00:00:00 2001 From: forsyth Date: Mon, 3 Jun 2013 21:01:14 +0000 Subject: sync compilers with Plan 9 remove 1[acl] 2[acl] --- utils/libmach/vobj.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/libmach/vobj.c') diff --git a/utils/libmach/vobj.c b/utils/libmach/vobj.c index 39f132e7..3deadb58 100644 --- a/utils/libmach/vobj.c +++ b/utils/libmach/vobj.c @@ -3,7 +3,7 @@ */ #include #include -#include +#include "mach.h" #include "vc/v.out.h" #include "obj.h" @@ -41,7 +41,7 @@ _readv(Biobuf *bp, Prog *p) if(as == ANAME || as == ASIGNAME){ if(as == ASIGNAME){ Bread(bp, &p->sig, 4); - p->sig = beswal(p->sig); + p->sig = leswal(p->sig); } p->kind = aName; p->type = type2char(Bgetc(bp)); /* type */ -- cgit v1.2.3