This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository fyba.

commit a11b3d9e911d3e87f7e3a0b697a1bef9935dc7b7
Author: Thomas Hirsch <thomas.hir...@statkart.no>
Date:   Wed Oct 23 08:35:10 2013 +0200

    define _getpid on linux
---
 src/FYBA/FYLI.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/FYBA/FYLI.cpp b/src/FYBA/FYLI.cpp
index 6afd4c3..5814574 100644
--- a/src/FYBA/FYLI.cpp
+++ b/src/FYBA/FYLI.cpp
@@ -1536,7 +1536,11 @@ static short LI_ReadAdm(LC_FILADM *pFil)
 
    // Marker at basen er �pnet
    pFil->sIdxOpen = UT_TRUE;
+#ifdef LINUX
+   pFil->ulPid = getpid();
+#else
    pFil->ulPid = _getpid();
+#endif
 
    // Skriv
    fseek(pF,0L,SEEK_SET);

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/fyba.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to