X-Git-Url: https://unix4lyfe.org/gitweb/darkstat-debian/blobdiff_plain/85d7d6e7b81dff84df8ddc87815ce77b8d82bc07..3c6b3682c70be84db86e70c191016913a9836c31:/bsd.h diff --git a/bsd.h b/bsd.h index 3426add..6939f59 100644 --- a/bsd.h +++ b/bsd.h @@ -1,5 +1,5 @@ /* darkstat 3 - * copyright (c) 2001-2011 Emil Mikulic. + * copyright (c) 2011-2014 Emil Mikulic. * * bsd.h: *BSD compatibility. */ @@ -22,7 +22,7 @@ size_t strlcat(char *dst, const char *src, size_t siz); #endif #ifndef HAVE_SETPROCTITLE -#define setproctitle(fmt, ...) /* no-op */ +#define setproctitle(fmt) /* no-op */ #endif /* vim:set ts=3 sw=3 tw=78 expandtab: */