From c693840fe81e59a308e0c6e3d2bafae728d1caff Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 24 Mar 2008 02:18:03 +0000 Subject: *: whitespace fixes, no code changes --- networking/ifenslave.c | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'networking/ifenslave.c') diff --git a/networking/ifenslave.c b/networking/ifenslave.c index 1e3d5bb95..875e835e7 100644 --- a/networking/ifenslave.c +++ b/networking/ifenslave.c @@ -5,19 +5,19 @@ * * ifenslave.c: Configure network interfaces for parallel routing. * - * This program controls the Linux implementation of running multiple - * network interfaces in parallel. + * This program controls the Linux implementation of running multiple + * network interfaces in parallel. * - * Author: Donald Becker - * Copyright 1994-1996 Donald Becker + * Author: Donald Becker + * Copyright 1994-1996 Donald Becker * - * This program is free software; you can redistribute it - * and/or modify it under the terms of the GNU General Public - * License as published by the Free Software Foundation. + * This program is free software; you can redistribute it + * and/or modify it under the terms of the GNU General Public + * License as published by the Free Software Foundation. * - * The author may be reached as becker@CESDIS.gsfc.nasa.gov, or C/O - * Center of Excellence in Space Data and Information Sciences - * Code 930.5, Goddard Space Flight Center, Greenbelt MD 20771 + * The author may be reached as becker@CESDIS.gsfc.nasa.gov, or C/O + * Center of Excellence in Space Data and Information Sciences + * Code 930.5, Goddard Space Flight Center, Greenbelt MD 20771 * * Changes : * - 2000/10/02 Willy Tarreau : @@ -79,23 +79,23 @@ * current version is 1.0.0 as a base line. * * - 2003/05/22 - Jay Vosburgh - * - ifenslave -c was broken; it's now fixed - * - Fixed problem with routes vanishing from master during enslave - * processing. + * - ifenslave -c was broken; it's now fixed + * - Fixed problem with routes vanishing from master during enslave + * processing. * * - 2003/05/27 - Amir Noam - * - Fix backward compatibility issues: - * For drivers not using ABI versions, slave was set down while - * it should be left up before enslaving. - * Also, master was not set down and the default set_mac_address() - * would fail and generate an error message in the system log. - * - For opt_c: slave should not be set to the master's setting - * while it is running. It was already set during enslave. To - * simplify things, it is now handeled separately. + * - Fix backward compatibility issues: + * For drivers not using ABI versions, slave was set down while + * it should be left up before enslaving. + * Also, master was not set down and the default set_mac_address() + * would fail and generate an error message in the system log. + * - For opt_c: slave should not be set to the master's setting + * while it is running. It was already set during enslave. To + * simplify things, it is now handeled separately. * * - 2003/12/01 - Shmulik Hen - * - Code cleanup and style changes - * set version to 1.1.0 + * - Code cleanup and style changes + * set version to 1.1.0 */ #include "libbb.h" -- cgit v1.2.3