Project

General

Profile

Bug #872 » getent-dfly.diff

schmidtm, 12/03/2007 03:10 PM

View differences:

getent/getent.c 2007-12-03 16:45:41.000000000 +0100
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD: src/usr.bin/getent/getent.c,v 1.3 2007/02/04 20:52:57 rse Exp $");
#include <sys/socket.h>
#include <sys/param.h>
......
#include <net/if.h>
#include <netinet/if_ether.h>
#include <netinet/in.h> /* for INET6_ADDRSTRLEN */
#include <rpc/rpcent.h>
#include <rpc/rpc.h>
#include <assert.h>
#include <ctype.h>
(1-1/2)