DragonFly commits List (threaded) for 2007-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/include stdio.h
corecode 2007/04/17 15:25:45 PDT
DragonFly src repository
Modified files:
include stdio.h
Log:
Point P_tmpdir to /tmp instead of /var/tmp.
Temp files are much better of placed in /tmp than in the not-so-volatile
/var/tmp. Additionally, people might get space issues or might have tuned
their /tmp for speed, but not /var/tmp.
Libiberty, among other consumers is using P_tmpdir to place the temp files,
leading compiler temp files being created in /var/tmp.
Revision Changes Path
1.12 +1 -1 src/include/stdio.h
http://www.dragonflybsd.org/cvsweb/src/include/stdio.h.diff?r1=1.11&r2=1.12&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]