Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jul 2007 06:15:19 GMT
From:      Garrett Cooper <gcooper@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 123522 for review
Message-ID:  <200707150615.l6F6FJjJ025707@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=123522

Change 123522 by gcooper@optimus-revised_pkgtools on 2007/07/15 06:14:16

	Use fileGetContentsByFilename(..) in lib/file.c instead of fileGetContents(..).

Affected files ...

.. //depot/projects/soc2007/revised_fbsd_pkgtools/usr/src/usr.sbin/pkg_install/lib/str.c#2 edit

Differences ...

==== //depot/projects/soc2007/revised_fbsd_pkgtools/usr/src/usr.sbin/pkg_install/lib/str.c#2 (text+ko) ====

@@ -44,7 +44,7 @@
     if (*s == '-')
 	*str = copy_string_adds_newline(s + 1);
     else
-	*str = fileGetContents(s);
+	*str = fileGetContentsByFilename(s);
     return *str;
 }
 



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