Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/lib/libutil



On Sun, May 09, 2004 at 11:57:26PM +0000, Christos Zoulas wrote:
  | In article <20040509232811.20E882DA1D%cvs.netbsd.org@localhost>,
  | Luke Mewburn <lukem%netbsd.org@localhost> wrote:
  | >
  | >Module Name:       src
  | >Committed By:      lukem
  | >Date:              Sun May  9 23:28:11 UTC 2004
  | >
  | >Modified Files:
  | >   src/lib/libutil: login_cap.c
  | >
  | >Log Message:
  | >sbsize should be parsed as R_CSIZE so that suffixes work correctly.
  | >Fix from Christian Biere in PR [lib/25504].
  | >
  | >(XXX: the R_CSIZE parsing should be changed to using strsuftollx(3))
  | >
  | >
  | >To generate a diff of this commit:
  | >cvs rdiff -r1.17 -r1.18 src/lib/libutil/login_cap.c
  | >
  | >Please note that diffs are not public domain; they are subject to the
  | >copyright notices on the relevant files.
  | >
  | 
  | But sbsize is in bytes, not in kilo-bytes... Doesn't that need to be
  | handled specially?

No it doesn't; all of the R_CSIZE values in login_cap.c are actually
in bytes.  (At least, according to login.conf(5).)


Cheers,
Luke.

Attachment: pgpaKef1nN7zt.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index