Preliminary sys/netinet style patch
From: Xin LI (delphij_at_frontfree.net)
Date: 06/25/04
- Previous message: Takashi Okumura: "Re: Rate Limiting Per-Socket"
- Next in thread: Robert Watson: "Re: Preliminary sys/netinet style patch"
- Reply: Robert Watson: "Re: Preliminary sys/netinet style patch"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 25 Jun 2004 11:37:18 +0800 To: freebsd-net@FreeBSD.org, hackers@FreeBSD.org
Hi folks,
I have a patchset to remove tailing spaces, convert leading spaces
to tabs, and removes spaces before tabs. The patchset is generated
with the following shell command sequence:
sed -i '' -E s/\ \ /\ /g *.c *.h
sed -i '' -E s/^\ \ \ \ \ \ \ \ /\ /g *.c *.h
sed -i '' -E s/\ \ \ \ \ \ \ \ \ /\ \ /g *.c *.h
sed -i '' -E s/\ +\$//g *.c *.h
Because the patchset may cause many conflicit with developers working
on netinet/, is this valuable to apply the patchset right now?
Cheers,
-- Xin LI <delphij frontfree net> http://www.delphij.net/ See complete headers for GPG key and other information.
- application/octet-stream attachment: patch-netinet.bz2
- application/pgp-signature attachment: stored
- Previous message: Takashi Okumura: "Re: Rate Limiting Per-Socket"
- Next in thread: Robert Watson: "Re: Preliminary sys/netinet style patch"
- Reply: Robert Watson: "Re: Preliminary sys/netinet style patch"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|