=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/nm/util.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/nm/util.h 2015/06/23 15:16:34 1.4 +++ src/usr.bin/nm/util.h 2015/08/13 19:13:28 1.5 @@ -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 @@ -31,3 +31,8 @@ extern int usemmap; extern int dynamic_only; + +struct xnlist { + struct nlist nl; + unsigned long n_size; +};