diff options
| author | forsyth <forsyth@lavoro.terzarima.net> | 2013-06-03 21:01:14 +0000 |
|---|---|---|
| committer | forsyth <forsyth@lavoro.terzarima.net> | 2013-06-03 21:01:14 +0000 |
| commit | 45a20ab721a513710138340faff3d59a31c3e01e (patch) | |
| tree | eea29d2684c51cc73725b8992a2125bede48e118 /utils/libmach/vobj.c | |
| parent | cd8e99851af33e52bcdf8faf34f9d4e62fa0cbaf (diff) | |
sync compilers with Plan 9
remove 1[acl] 2[acl]
Diffstat (limited to 'utils/libmach/vobj.c')
| -rw-r--r-- | utils/libmach/vobj.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <lib9.h> #include <bio.h> -#include <mach.h> +#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 */ |
