Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2010 13:22:11 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/sh expand.c jobs.c
Message-ID:  <201010131322.o9DDMMDF067731@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2010-10-13 13:22:11 UTC

  FreeBSD src repository

  Modified files:
    bin/sh               expand.c jobs.c 
  Log:
  SVN rev 213775 on 2010-10-13 13:22:11Z by jhb
  
  Make DEBUG traces 64-bit clean:
  - Use %t to print ptrdiff_t values.
  - Cast a ptrdiff_t value explicitly to int for a field width specifier.
  
  While here, sort includes.
  
  Submitted by:   Garrett Cooper
  
  Revision  Changes    Path
  1.70      +8 -7      src/bin/sh/expand.c
  1.80      +13 -13    src/bin/sh/jobs.c



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