ax25_route.c (3d5271f9883cba7b54762bc4fe027d4172f06db7) | ax25_route.c (4fc268d24ceb9f4150777c1b5b2b8e6214e56b2b) |
---|---|
1/* 2 * This program is free software; you can redistribute it and/or modify 3 * it under the terms of the GNU General Public License as published by 4 * the Free Software Foundation; either version 2 of the License, or 5 * (at your option) any later version. 6 * 7 * Copyright (C) Alan Cox GW4PTS (alan@lxorguk.ukuu.org.uk) 8 * Copyright (C) Jonathan Naylor G4KLX (g4klx@g4klx.demon.co.uk) 9 * Copyright (C) Steven Whitehouse GW7RRM (stevew@acm.org) 10 * Copyright (C) Joerg Reuter DL1BKE (jreuter@yaina.de) 11 * Copyright (C) Hans-Joachim Hetscher DD8NE (dd8ne@bnv-bamberg.de) 12 * Copyright (C) Frederic Rible F1OAT (frible@teaser.fr) 13 */ | 1/* 2 * This program is free software; you can redistribute it and/or modify 3 * it under the terms of the GNU General Public License as published by 4 * the Free Software Foundation; either version 2 of the License, or 5 * (at your option) any later version. 6 * 7 * Copyright (C) Alan Cox GW4PTS (alan@lxorguk.ukuu.org.uk) 8 * Copyright (C) Jonathan Naylor G4KLX (g4klx@g4klx.demon.co.uk) 9 * Copyright (C) Steven Whitehouse GW7RRM (stevew@acm.org) 10 * Copyright (C) Joerg Reuter DL1BKE (jreuter@yaina.de) 11 * Copyright (C) Hans-Joachim Hetscher DD8NE (dd8ne@bnv-bamberg.de) 12 * Copyright (C) Frederic Rible F1OAT (frible@teaser.fr) 13 */ |
14 15#include <linux/capability.h> |
|
14#include <linux/errno.h> 15#include <linux/types.h> 16#include <linux/socket.h> 17#include <linux/timer.h> 18#include <linux/in.h> 19#include <linux/kernel.h> 20#include <linux/sched.h> 21#include <linux/string.h> --- 511 unchanged lines hidden --- | 16#include <linux/errno.h> 17#include <linux/types.h> 18#include <linux/socket.h> 19#include <linux/timer.h> 20#include <linux/in.h> 21#include <linux/kernel.h> 22#include <linux/sched.h> 23#include <linux/string.h> --- 511 unchanged lines hidden --- |