DragonFly BSD
DragonFly commits List (threaded) for 2004-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/usr.bin/script script.c


From: Chris Pressey <cpressey@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 27 Mar 2004 17:02:55 -0800 (PST)

cpressey    2004/03/27 17:02:55 PST

DragonFly src repository

  Modified files:
    usr.bin/script       script.c 
  Log:
  Style(9) cleanup.
  
  - Remove ``register'' keyword.
  - Remove casts to (void) when ignoring return values.
  - Add ``static'' to internal function prototypes.
  - Change an occurance of 1 to STDOUT_FILENO.
  - Change an occurance of BUFSIZ to sizeof(ibuf).
  - No functional changes.
  
  Revision  Changes    Path
  1.4       +27 -27    src/usr.bin/script/script.c


http://www.dragonflybsd.org/cvsweb/src/usr.bin/script/script.c.diff?r1=1.3&r2=1.4&f=h



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]