s/qmail
4.3.20
Next generation secure email transport
Loading...
Searching...
No Matches
4.3
sqmail-4.3.20
src
fifo.c
Go to the documentation of this file.
1
#include <sys/types.h>
2
#include <sys/stat.h>
3
#include "
fifo.h
"
4
5
#ifdef HASMKFIFO
6
int
fifo_make
(
char
*
fn
,
int
mode) {
return
mkfifo(
fn
,mode); }
7
#else
8
int
fifo_make
(
char
*
fn
,
int
mode) {
return
mknod(
fn
,S_IFIFO | mode,0); }
9
#endif
fifo_make
int fifo_make(char *fn, int mode)
Definition:
fifo.c:8
fifo.h
fn
stralloc fn
Definition:
qmail-qmaint.c:551
Generated on Thu Jan 16 2025 17:42:03 for s/qmail by
1.9.6