Merge from vendor branch LIBPCAP:
[dragonfly.git] / contrib / libio / FREEBSD-upgrade
1 # ex:ts=8
2 $FreeBSD: src/contrib/libio/FREEBSD-upgrade,v 1.2 1999/11/01 07:35:24 obrien Exp $
3 $DragonFly: src/contrib/libio/Attic/FREEBSD-upgrade,v 1.2 2003/06/17 04:24:02 dillon Exp $
4
5 For the import of libio, files were pruned by:
6
7         tar xvypf gcc-2.95.2.tar.bz2 '*/libio'
8
9 Then imported by:
10
11         cvs import -m  \
12            "Virgin import of GCC 2.95.2's libio -- the C++ iostream facility." \
13                 src/contrib/libio FSF gcc_2_95_2
14
15
16 To make local changes to libio, simply patch and commit to the main
17 branch (aka HEAD).  Never make local changes on the vendor (FSF) branch.
18
19 All local changes should be submitted to "gcc-patches@gcc.gnu.org".
20
21 obrien@NUXI.com
22 31-October-1999