Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Sep 2003 20:58:52 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/window main.c
Message-ID:  <200309170358.h8H3wq6r013375@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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