Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 2010 10:00:42 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/restore Makefile dirs.c extern.h interactive.c tape.c
Message-ID:  <201001291000.o0TA0xiS018652@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jh          2010-01-29 10:00:42 UTC

  FreeBSD src repository

  Modified files:
    sbin/restore         Makefile dirs.c extern.h interactive.c 
                         tape.c 
  Log:
  SVN rev 203155 on 2010-01-29 10:00:42Z by jh
  
  - Cast time_t, int64_t and some int32_t values to intmax_t and use "%jd"
    in format strings.
  - Use (void) instead of (void *) when discarding strcat(3) return value.
  - Format string fixes to match variable types.
  - Change canon() len parameter and getcmd() size parameter type from
    int to size_t.
  - Style Makefile and increase WARNS to 2.
  
  PR:             bin/140061
  Submitted by:   uqs
  Approved by:    trasz (mentor)
  
  Revision  Changes    Path
  1.26      +4 -4      src/sbin/restore/Makefile
  1.36      +11 -8     src/sbin/restore/dirs.c
  1.12      +1 -1      src/sbin/restore/extern.h
  1.21      +3 -3      src/sbin/restore/interactive.c
  1.54      +10 -9     src/sbin/restore/tape.c



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