Deleted Added
full compact
policy_token.l (125681) policy_token.l (171135)
1/* $FreeBSD: head/lib/libipsec/policy_token.l 125681 2004-02-11 04:34:34Z bms $ */
1/* $FreeBSD: head/lib/libipsec/policy_token.l 171135 2007-07-01 12:08:08Z gnn $ */
2/* $KAME: policy_token.l,v 1.13 2003/05/09 05:19:55 sakane 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

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

31 */
32
33%{
34#include <sys/types.h>
35#include <sys/param.h>
36#include <sys/socket.h>
37#include <net/route.h>
38#include <net/pfkeyv2.h>
2/* $KAME: policy_token.l,v 1.13 2003/05/09 05:19:55 sakane 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

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

31 */
32
33%{
34#include <sys/types.h>
35#include <sys/param.h>
36#include <sys/socket.h>
37#include <net/route.h>
38#include <net/pfkeyv2.h>
39#include <netkey/keydb.h>
39#include <netipsec/keydb.h>
40#include <netinet/in.h>
40#include <netinet/in.h>
41#include <netinet6/ipsec.h>
41#include <netipsec/ipsec.h>
42
43#include <stdlib.h>
44#include <limits.h>
45#include <string.h>
46#include <unistd.h>
47#include <errno.h>
48
49#include "y.tab.h"

--- 106 unchanged lines hidden ---
42
43#include <stdlib.h>
44#include <limits.h>
45#include <string.h>
46#include <unistd.h>
47#include <errno.h>
48
49#include "y.tab.h"

--- 106 unchanged lines hidden ---