From owner-cvs-lib Mon May 19 03:04:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA12654 for cvs-lib-outgoing; Mon, 19 May 1997 03:04:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA12608; Mon, 19 May 1997 03:04:31 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA23942; Mon, 19 May 1997 03:04:18 -0700 (PDT) Date: Mon, 19 May 1997 03:04:18 -0700 (PDT) Message-Id: <199705191004.DAA23942@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libutil libutil.h Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/05/19 03:04:17 PDT Modified files: lib/libutil libutil.h Log: Now I really understand the reason for the style.9 rule about not having visible type names in prototypes in user space headers. libutil.h generates warnings with -Wall over the use of "const char *ttyname". It's lucky it wasn't a #define conflict. Is a single '_' prefix acceptable? or does it need to be two? Revision Changes Path 1.9 +14 -14 src/lib/libutil/libutil.h