diff options
Diffstat (limited to 'usr/src/head/syms.h')
| -rw-r--r-- | usr/src/head/syms.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/head/syms.h b/usr/src/head/syms.h index 35375f5e78..ae1336ad5a 100644 --- a/usr/src/head/syms.h +++ b/usr/src/head/syms.h @@ -181,18 +181,18 @@ union auxent long x_lnnoptr; /* ptr to fcn line # */ long x_endndx; /* entry ndx past */ /* block end */ - } x_fcn; + } x_fcn; struct /* if ISARY, up to 4 dimen. */ { unsigned short x_dimen[DIMNUM]; - } x_ary; + } x_ary; } x_fcnary; unsigned short x_tvndx; /* tv index */ - } x_sym; + } x_sym; struct { char x_fname[FILNMLEN]; - } x_file; + } x_file; struct { long x_scnlen; /* section length */ |
