debian/rules: Use `git' potty wrapper.
[qmail] / trymkffo.c
CommitLineData
2117e02e
MW
1#include <sys/types.h>
2#include <sys/stat.h>
3
4void main()
5{
6 mkfifo("temp-trymkffo",0);
7}