Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jun 2002 20:13:10 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/uniq uniq.c
Message-ID:  <200206060313.g563DAi26751@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/06/05 20:13:10 PDT

  Modified files:
    usr.bin/uniq         uniq.c 
  Log:
  Compare lines with strcmp(), not strcoll(). We are interested only in
  equality, not ordering.
  
  Revision  Changes    Path
  1.19      +2 -18     src/usr.bin/uniq/uniq.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?200206060313.g563DAi26751>