]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Now I really understand the reason for the style.9 rule about not having
authorPeter Wemm <peter@FreeBSD.org>
Mon, 19 May 1997 10:04:15 +0000 (10:04 +0000)
committerPeter Wemm <peter@FreeBSD.org>
Mon, 19 May 1997 10:04:15 +0000 (10:04 +0000)
commitd3e0a2504d79fd1b39a49b66a3cce6b21cb350a5
tree613577797f25cc9290d4aa8ffd687551951051c9
parent919d435ace725861727d1fe5b22a8f1875f68e11
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?
lib/libutil/libutil.h