diff options
Diffstat (limited to 'src/cmd/8l/l.h')
-rw-r--r-- | src/cmd/8l/l.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/cmd/8l/l.h b/src/cmd/8l/l.h index e58c27969..3fb79fb1a 100644 --- a/src/cmd/8l/l.h +++ b/src/cmd/8l/l.h @@ -116,7 +116,6 @@ struct Sym uchar subtype; uchar dupok; uchar reachable; - uchar ffitype; ushort file; int32 value; int32 sig; @@ -124,9 +123,8 @@ struct Sym Prog* text; Prog* data; Sym* gotype; - char* ffiname; - char* ffilib; - + char* dynldname; + char* dynldlib; }; struct Optab { |