Date: Mon, 19 May 1997 03:04:18 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libutil libutil.h Message-ID: <199705191004.DAA23942@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705191004.DAA23942>
