/src/lldpd/src/compat/setproctitle.c
Line
Count
Source
1
/* -*- mode: c; c-file-style: "openbsd" -*- */
2
3
#include "compat.h"
4
5
void
6
setproctitle(const char *fmt, ...)
7
0
{
8
/* Do nothing. */
9
}