Deleted Added
full compact
setkey.c (122108) setkey.c (171135)
1/* $FreeBSD: head/sbin/setkey/setkey.c 122108 2003-11-05 09:47:54Z ume $ */
1/* $FreeBSD: head/sbin/setkey/setkey.c 171135 2007-07-01 12:08:08Z gnn $ */
2/* $KAME: setkey.c,v 1.28 2003/06/27 07:15:45 itojun Exp $ */
3
4/*
5 * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 23 unchanged lines hidden (view full) ---

33#include <sys/types.h>
34#include <sys/param.h>
35#include <sys/socket.h>
36#include <sys/time.h>
37#include <err.h>
38#include <net/route.h>
39#include <netinet/in.h>
40#include <net/pfkeyv2.h>
2/* $KAME: setkey.c,v 1.28 2003/06/27 07:15:45 itojun Exp $ */
3
4/*
5 * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 23 unchanged lines hidden (view full) ---

33#include <sys/types.h>
34#include <sys/param.h>
35#include <sys/socket.h>
36#include <sys/time.h>
37#include <err.h>
38#include <net/route.h>
39#include <netinet/in.h>
40#include <net/pfkeyv2.h>
41#include <netkey/keydb.h>
42#include <netkey/key_debug.h>
43#include <netinet6/ipsec.h>
41#include <netipsec/keydb.h>
42#include <netipsec/key_debug.h>
43#include <netipsec/ipsec.h>
44
45#include <stdio.h>
46#include <stdlib.h>
47#include <limits.h>
48#include <string.h>
49#include <ctype.h>
50#include <unistd.h>
51#include <errno.h>

--- 581 unchanged lines hidden ---
44
45#include <stdio.h>
46#include <stdlib.h>
47#include <limits.h>
48#include <string.h>
49#include <ctype.h>
50#include <unistd.h>
51#include <errno.h>

--- 581 unchanged lines hidden ---