summaryrefslogtreecommitdiff
path: root/freebsd/sys/sys/nlist_aout.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/nlist_aout.h')
-rw-r--r--freebsd/sys/sys/nlist_aout.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/freebsd/sys/sys/nlist_aout.h b/freebsd/sys/sys/nlist_aout.h
index fc7a3c78..cb3dd859 100644
--- a/freebsd/sys/sys/nlist_aout.h
+++ b/freebsd/sys/sys/nlist_aout.h
@@ -56,8 +56,6 @@ struct nlist {
} n_un;
#else
const char *n_name; /* symbol name (in memory) */
- int : 8 * (sizeof(long) > sizeof(char *) ?
- sizeof(long) - sizeof(char *) : sizeof(char *) - sizeof(long));
#endif
unsigned char n_type; /* type defines */
char n_other; /* ".type" and binding information */