]> git.lyx.org Git - lyx.git/blobdiff - src/support/kill.C
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / kill.C
index b307d28d536d7899f8793557659fe621ac3bf574..830978a2c04031c71e556109e288916c4c871f1d 100644 (file)
@@ -3,9 +3,9 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
@@ -15,7 +15,7 @@
 #include <sys/types.h>
 #include <csignal>
 
-int lyx::kill(int pid, int sig)
+int lyx::support::kill(int pid, int sig)
 {
        return ::kill(pid, sig);
 }