Index: en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml
+++ en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml
@@ -688,9 +688,6 @@
sys/types.h is often forgotten, which is
not as much of a problem for &linux; as it is for &os;.
- Compile threaded applications with
- -pthread
, not -lpthread
or
- variations thereof.
Index: svn-commit.tmp
===================================================================
--- /dev/null
+++ svn-commit.tmp
@@ -0,0 +1,5 @@
+Add .arcconfig so code review are automatically associated with the right
+repository and to prevent people using git svn/hg svn to have arcanist
+automatically modifying their history
+
+Approved by: gjb