Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 2010 12:19:36 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/script script.c
Message-ID:  <201008161219.o7GCJxko016803@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2010-08-16 12:19:36 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/script       script.c 
  Log:
  SVN rev 211394 on 2010-08-16 12:19:36Z by ed
  
  Mark functions and variables as static.
  
  All these functions and variables are local to this compilation unit, so
  there is no reason why we shouldn't mark them static. This slightly
  reduces the binary size.
  
  Revision  Changes    Path
  1.29      +16 -17    src/usr.bin/script/script.c



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