=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/man/Attic/config.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -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 +1,4 @@ -/* $OpenBSD: config.h,v 1.5 2004/09/15 22:20:03 deraadt Exp $ */ +/* $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,13 +38,11 @@ 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);