yp_dump_binding.c (yp-tools-4.2.2) | : | yp_dump_binding.c (yp-tools-4.2.3) | ||
---|---|---|---|---|
skipping to change at line 28 | skipping to change at line 28 | |||
#ifdef HAVE_CONFIG_H | #ifdef HAVE_CONFIG_H | |||
#include "config.h" | #include "config.h" | |||
#endif | #endif | |||
#include <fcntl.h> | #include <fcntl.h> | |||
#include <stdio.h> | #include <stdio.h> | |||
#include <unistd.h> | #include <unistd.h> | |||
#include <libintl.h> | #include <libintl.h> | |||
#include <locale.h> | #include <locale.h> | |||
#include <getopt.h> | #include <getopt.h> | |||
#include <string.h> | ||||
#include <sys/stat.h> | #include <sys/stat.h> | |||
#include <arpa/inet.h> | #include <arpa/inet.h> | |||
#include <rpcsvc/ypclnt.h> | #include <rpcsvc/ypclnt.h> | |||
#include <rpcsvc/yp_prot.h> | #include <rpcsvc/yp_prot.h> | |||
#ifndef _ | #ifndef _ | |||
#define _(String) gettext (String) | #define _(String) gettext (String) | |||
#endif | #endif | |||
#ifndef BINDINGDIR | #ifndef BINDINGDIR | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |