Searched hist:1550 (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sbin/growfs/
H A Ddebug.cdiff 237497 Sat Jun 23 17:03:55 MDT 2012 trasz MFC r232548:

Make growfs(8) mostly style compliant. No functional changes,
verified with MD5.

MFC r232858:

After r232548, clang complains about the apparent '=-' operator (a
left-over from ancient C times, and a frequent typo) in growfs.c:

sbin/growfs/growfs.c:1550:8: error: use of unary operator that may be intended as compound assignment (-=) [-Werror]
blkno =- 1;
^~

Use 'blkno = -1' instead, to silence the error.
H A Dgrowfs.cdiff 237497 Sat Jun 23 17:03:55 MDT 2012 trasz MFC r232548:

Make growfs(8) mostly style compliant. No functional changes,
verified with MD5.

MFC r232858:

After r232548, clang complains about the apparent '=-' operator (a
left-over from ancient C times, and a frequent typo) in growfs.c:

sbin/growfs/growfs.c:1550:8: error: use of unary operator that may be intended as compound assignment (-=) [-Werror]
blkno =- 1;
^~

Use 'blkno = -1' instead, to silence the error.
/freebsd-9.3-release/usr.sbin/pkg_install/delete/
H A Dpkg_delete.1diff 1550 Wed May 25 16:00:04 MDT 1994 asami The environment variable PKG_PREFIX is set to the first @cwd command
in the packing list, or the argument to -p if it is specified, before
the requirements/installation/deinstallation scripts are called. This
enables the scripts to be written to work on the final installation
destination, even if the user uses -p to override the package's default.
H A Dperform.cdiff 1550 Wed May 25 16:00:04 MDT 1994 asami The environment variable PKG_PREFIX is set to the first @cwd command
in the packing list, or the argument to -p if it is specified, before
the requirements/installation/deinstallation scripts are called. This
enables the scripts to be written to work on the final installation
destination, even if the user uses -p to override the package's default.
/freebsd-9.3-release/usr.sbin/pkg_install/add/
H A Dpkg_add.1diff 1550 Wed May 25 16:00:04 MDT 1994 asami The environment variable PKG_PREFIX is set to the first @cwd command
in the packing list, or the argument to -p if it is specified, before
the requirements/installation/deinstallation scripts are called. This
enables the scripts to be written to work on the final installation
destination, even if the user uses -p to override the package's default.
H A Dperform.cdiff 1550 Wed May 25 16:00:04 MDT 1994 asami The environment variable PKG_PREFIX is set to the first @cwd command
in the packing list, or the argument to -p if it is specified, before
the requirements/installation/deinstallation scripts are called. This
enables the scripts to be written to work on the final installation
destination, even if the user uses -p to override the package's default.
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dlib.hdiff 1550 Wed May 25 16:00:04 MDT 1994 asami The environment variable PKG_PREFIX is set to the first @cwd command
in the packing list, or the argument to -p if it is specified, before
the requirements/installation/deinstallation scripts are called. This
enables the scripts to be written to work on the final installation
destination, even if the user uses -p to override the package's default.

Completed in 205 milliseconds