|
nfs-ganesha 1.4
|
#include <sys/param.h>#include <sys/socket.h>#include <sys/types.h>#include <sys/stat.h>#include <rpc/rpc.h>#include <unistd.h>#include <err.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <pwd.h>#include <fcntl.h>#include "gssd.h"#include "write_bytes.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| char | pipefsdir [PATH_MAX] = GSSD_PIPEFS_DIR |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 82 of file gss_clnt_send_err.c.
| char pipefsdir[PATH_MAX] = GSSD_PIPEFS_DIR |
Definition at line 54 of file gss_clnt_send_err.c.
1.7.3