From owner-cvs-all Mon Aug 9 0: 2:20 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id C717914F39; Mon, 9 Aug 1999 00:02:14 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id QAA08926; Mon, 9 Aug 1999 16:58:14 +1000 Date: Mon, 9 Aug 1999 16:58:14 +1000 From: Bruce Evans Message-Id: <199908090658.QAA08926@godzilla.zeta.org.au> To: bde@zeta.org.au, phk@critter.freebsd.dk Subject: Re: cvs commit: src/libexec/telnetd sys_term.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, green@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >>> Log: >>> Add a missing include (sys/queue.h for sys/tty.h SLIST usage.) >>> >>> Revision Changes Path >>> 1.22 +2 -1 src/libexec/telnetd/sys_term.c >> >>Wrong fix. is not a prerequisite of (recent >>breakage of doesn't count). >Yeah, I think the right fix is to include in > and remove all explicit includes to it. This would be 1) nonstandard. POSIX.1 only reserves names ending in _t for . 2) bogus. doesn't declare any types. Including in would work in the kernel but wouldn't help in applications. There is nothing better than including in all headers that use it. According to my list of prerequisites, this is already done everywhere except . Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message