cvs commit: src/usr.bin/window main.c

Marcel Moolenaar marcel at FreeBSD.org
Tue Sep 16 20:58:53 PDT 2003


marcel      2003/09/16 20:58:52 PDT

  FreeBSD src repository

  Modified files:
    usr.bin/window       main.c 
  Log:
  Fix a `cast to pointer from integer of different size' warning.
  usage() has been made a (non-void) function so that it can be
  used in a pointer expression (see macro `next'). Widen the
  implied integer return type of usage() so that we can cast to
  a pointer without warnings.
  
  Revision  Changes    Path
  1.8       +2 -2      src/usr.bin/window/main.c


More information about the cvs-src mailing list