Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Mar 2002 10:07:10 -0800 (PST)
From:      "Andrew R. Reiter" <arr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_syscalls.c
Message-ID:  <200203261807.g2QI7A330071@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
arr         2002/03/26 10:07:10 PST

  Modified files:
    sys/kern             vfs_syscalls.c 
  Log:
  - Fixup a few style nits:
    - return error -> return (error);
    - move a declaration to the top of the function.
    - become bug for bug compatible with if (error) lines.
  
  Submitted by: bde
  
  Revision  Changes    Path
  1.240     +5 -6      src/sys/kern/vfs_syscalls.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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