Preliminary sys/netinet style patch

Xin LI delphij at frontfree.net
Thu Jun 24 20:49:33 PDT 2004


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.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch-netinet.bz2
Type: application/octet-stream
Size: 33726 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-net/attachments/20040625/bdb607b5/patch-netinet.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-net/attachments/20040625/bdb607b5/attachment.bin


More information about the freebsd-net mailing list