=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/man/Attic/config.h,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/man/Attic/config.h 2004/09/15 22:20:03 1.5 --- src/usr.bin/man/Attic/config.h 2012/02/05 18:51:18 1.6 *************** *** 1,4 **** ! /* $OpenBSD: config.h,v 1.5 2004/09/15 22:20:03 deraadt Exp $ */ /* $NetBSD: config.h,v 1.2 1995/09/28 06:05:28 tls Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: config.h,v 1.6 2012/02/05 18:51:18 schwarze Exp $ */ /* $NetBSD: config.h,v 1.2 1995/09/28 06:05:28 tls Exp $ */ /*- *************** *** 38,50 **** TAILQ_HEAD(tqh, _entry) list; /* Queue of entries. */ char *s; /* Associated string. */ - size_t len; /* Length of 's'. */ } TAG; typedef struct _entry { TAILQ_ENTRY(_entry) q; /* Queue of entries. */ char *s; /* Associated string. */ - size_t len; /* Length of 's'. */ } ENTRY; TAILQ_HEAD(_head, _tag); --- 38,48 ----