Deleted Added
sdiff udiff text old ( 13573 ) new ( 18471 )
full compact
1/*
2 * dovend.c : Inserts all but the first few vendor options.
3 *
4 * $Id$
5 */
6
7#include <sys/types.h>
8
9#include <netinet/in.h>
10#include <arpa/inet.h> /* inet_ntoa */
11
12#include <stdlib.h>

--- 402 unchanged lines hidden ---