#include #include int main(int argc, char *argv[]) { openlog("my prog", LOG_PID, LOG_LOCAL7); return 0; }