Deleted Added
full compact
ng_sppp.h (127376) ng_sppp.h (139823)
1/*
2 * ng_sppp.h Netgraph to Sppp module.
1/*
2 * ng_sppp.h Netgraph to Sppp module.
3 *
3 */
4
5/*-
4 * Copyright (C) 2002-2004 Cronyx Engineering.
5 * Copyright (C) 2002-2004 Roman Kurakin <rik@cronyx.ru>
6 *
7 * This software is distributed with NO WARRANTIES, not even the implied
8 * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
9 *
10 * Authors grant any other persons or organisations a permission to use,
11 * modify and redistribute this software in source and binary forms,
12 * as long as this message is kept with the software, all derivative
13 * works or modified versions.
14 *
6 * Copyright (C) 2002-2004 Cronyx Engineering.
7 * Copyright (C) 2002-2004 Roman Kurakin <rik@cronyx.ru>
8 *
9 * This software is distributed with NO WARRANTIES, not even the implied
10 * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11 *
12 * Authors grant any other persons or organisations a permission to use,
13 * modify and redistribute this software in source and binary forms,
14 * as long as this message is kept with the software, all derivative
15 * works or modified versions.
16 *
15 * $FreeBSD: head/sys/netgraph/ng_sppp.h 127376 2004-03-24 17:24:01Z rik $
17 * $FreeBSD: head/sys/netgraph/ng_sppp.h 139823 2005-01-07 01:45:51Z imp $
16 * Cronyx Id: ng_sppp.h,v 1.1.2.6 2004/03/01 15:17:21 rik Exp $
17 */
18
19#ifndef _NETGRAPH_SPPP_H_
20#define _NETGRAPH_SPPP_H_
21
22/* Node type name and magic cookie */
23#define NG_SPPP_NODE_TYPE "sppp"

--- 19 unchanged lines hidden ---
18 * Cronyx Id: ng_sppp.h,v 1.1.2.6 2004/03/01 15:17:21 rik Exp $
19 */
20
21#ifndef _NETGRAPH_SPPP_H_
22#define _NETGRAPH_SPPP_H_
23
24/* Node type name and magic cookie */
25#define NG_SPPP_NODE_TYPE "sppp"

--- 19 unchanged lines hidden ---