chiark
/
gitweb
/
~mdw
/
qmail
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
qmail-local: Sender and environment settings in .qmail files.
[qmail]
/
trysyslog.c
1
#include <sys/types.h>
2
#include <sys/time.h>
3
#include <syslog.h>
4
5
main()
6
{
7
openlog("foo",0,LOG_MAIL);
8
syslog(0,"foo");
9
}