chiark / gitweb /
[PATCH] Rewrite ##X tags in headers of incoming messages
[qmail] / trymkffo.c
1 #include <sys/types.h>
2 #include <sys/stat.h>
3
4 void main()
5 {
6   mkfifo("temp-trymkffo",0);
7 }