Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Mar 2010 16:47:12 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/kdump kdump.c
Message-ID:  <201003241647.o2OGlOoU060640@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jh          2010-03-24 16:47:12 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    usr.bin/kdump        kdump.c 
  Log:
  SVN rev 205608 on 2010-03-24 16:47:12Z by jh
  
  MFC r203551:
  
  - Cast intptr_t, pid_t and time_t values to intmax_t and use %jd with
    printf.
  - Cast the system call return value to long and use %ld in a printf in
    ktrsysret().
  
  PR:             bin/123774
  
  Revision  Changes    Path
  1.37.2.7  +19 -16    src/usr.bin/kdump/kdump.c



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