Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jun 2008 09:37:30 +0000 (UTC)
From:      Giorgos Keramidas <keramida@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/ln ln.c
Message-ID:  <200806071013.m57AD1dO071696@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
keramida    2008-06-07 09:37:30 UTC

  FreeBSD src repository

  Modified files:
    bin/ln               ln.c 
  Log:
  SVN rev 179636 on 2008-06-07 09:37:30Z by keramida
  
  Unbreak last commit to ln for amd64.
  
  Cast string precision to `int'.  amd64 systems warn about the
  field precision being `long int' if we don't, and pathnames are
  normally short enough to fit in an `int'.
  
  Noticed by:     pav
  
  Revision  Changes    Path
  1.38      +1 -1      src/bin/ln/ln.c



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