summaryrefslogtreecommitdiffstats
path: root/src/compat/setproctitle.c
blob: c5e40ecf52c8208ae3f4b156a95de61111f770c7 (plain)
1
2
3
4
5
6
7
8
9
/* -*- mode: c; c-file-style: "openbsd" -*- */

#include "compat.h"

void
setproctitle(const char *fmt, ...)
{
	/* Do nothing. */
}