Deleted Added
full compact
var.c (145511) var.c (145519)
1/* $NetBSD$ */
1/* $FreeBSD: head/contrib/ipfilter/lib/var.c 145519 2005-04-25 18:20:15Z darrenr $ */
2
3#include <ctype.h>
4
5#include "ipf.h"
6
7typedef struct variable {
8 struct variable *v_next;
9 char *v_name;

--- 162 unchanged lines hidden ---
2
3#include <ctype.h>
4
5#include "ipf.h"
6
7typedef struct variable {
8 struct variable *v_next;
9 char *v_name;

--- 162 unchanged lines hidden ---