Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2009 17:46:54 +0000 (UTC)
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libcompat/4.3 rexec.c
Message-ID:  <200902261747.n1QHl8Cb013519@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rdivacky    2009-02-26 17:46:54 UTC

  FreeBSD src repository

  Modified files:
    lib/libcompat/4.3    rexec.c 
  Log:
  SVN rev 189077 on 2009-02-26 17:46:54Z by rdivacky
  
  Add a missing parameter to ruserpass(). According to C99 6.9.1p7
  K&R function is not a prototype but this is a bad style. GCC accepts
  this other compilers warn or reject this.
  
  Approved by:    kib (mentor)
  
  Revision  Changes    Path
  1.8       +4 -2      src/lib/libcompat/4.3/rexec.c



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