Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Sep 2008 18:44:09 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern tty_ttydisc.c src/sys/sys tty.h ttydevsw.h ttydisc.h ttyqueue.h
Message-ID:  <200809221845.m8MIjvjR044612@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809221845.m8MIjvjR044612>