diff options
Diffstat (limited to 'usr.bin/nm/util.h')
-rw-r--r-- | usr.bin/nm/util.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/nm/util.h b/usr.bin/nm/util.h index 622f2158972..f91fa432f23 100644 --- a/usr.bin/nm/util.h +++ b/usr.bin/nm/util.h @@ -1,4 +1,4 @@ -/* $OpenBSD: util.h,v 1.4 2015/06/23 15:16:34 semarie Exp $ */ +/* $OpenBSD: util.h,v 1.5 2015/08/13 19:13:28 miod Exp $ */ /* * Placed in the public domain by Todd C. Miller <Todd.Miller@courtesan.com> @@ -31,3 +31,8 @@ extern int usemmap; extern int dynamic_only; + +struct xnlist { + struct nlist nl; + unsigned long n_size; +}; |