/* darkstat 3
- * copyright (c) 2001-2009 Emil Mikulic.
+ * copyright (c) 2001-2011 Emil Mikulic.
*
* err.c: BSD-like err() and warn() functions
*
*/
#include "cdefs.h"
-#include "conv.h"
#include "err.h"
#include "opt.h"
#include "pidfile.h"
+#include "bsd.h" /* for strlcpy */
#include <errno.h>
#include <stdarg.h>