cvs commit: src/sys/kern tty_ttydisc.c src/sys/sys tty.h
ttydevsw.h ttydisc.h ttyqueue.h
Ed Schouten
ed at FreeBSD.org
Mon Sep 22 18:45:58 UTC 2008
ed 2008-09-22 18:44:09 UTC
FreeBSD src repository
Modified files:
sys/kern tty_ttydisc.c
sys/sys tty.h ttydevsw.h ttydisc.h ttyqueue.h
Log:
SVN rev 183274 on 2008-09-22 18:44:09Z by ed
Fix style(9) issue in TTY header files: document function argument names.
According to style(9), function argument names should only be omitted
for prototypes that are exported to userspace. This means we should
document the function arguments in the TTY header files, because they
are only used in userspace.
While there, change the type of the buffer argument of
ttydisc_rint_bypass() to `const void *' instead of `char *'.
Requested by: attilio
Obtained from: //depot/projects/mpsafetty/...
Revision Changes Path
1.5 +1 -1 src/sys/kern/tty_ttydisc.c
1.107 +23 -22 src/sys/sys/tty.h
1.3 +12 -10 src/sys/sys/ttydevsw.h
1.5 +11 -11 src/sys/sys/ttydisc.h
1.3 +28 -25 src/sys/sys/ttyqueue.h
More information about the cvs-src
mailing list