Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2002 05:53:39 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/msgs msgs.c
Message-ID:  <200204181253.g3ICrdG02492@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/04/18 05:53:39 PDT

  Modified files:
    usr.bin/msgs         msgs.c 
  Log:
  Backed out the style bugs in rev.1.17:
  - don't use unusual indentation for 39 lines of declarations when only 2
    of the lines benefit from it.
  - don't use __DECONST().  This was the one use of it in the tree, and it
    was just wrong.  It was used to hide the warning about tgetnum() having
    the wrong prototype (missing a `const') due to libncurses being
    misconfigured.  libncurses has been fixed, so the original code now
    compiles cleanly with WARNS=4.
  
  Revision  Changes    Path
  1.21      +41 -41    src/usr.bin/msgs/msgs.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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