Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 1997 04:01:08 -0800 (PST)
From:      Joerg Wunsch <joerg>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/cmp regular.c special.c
Message-ID:  <199701081201.EAA00363@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joerg       97/01/08 04:01:06

  Modified:    usr.bin/cmp  regular.c special.c
  Log:
  Our mmap(2) has a limitation where the `offset' parameter must be
  page-aligned.  cmp(1) should know about this flaw, and work around it.
  
  While i was at it, fixed an uninitialized variable as reported by
  -Wall.
  
  Revision  Changes    Path
  1.3       +12 -2     src/usr.bin/cmp/regular.c
  1.2       +1 -1      src/usr.bin/cmp/special.c



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