diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:59:23 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:59:23 +0000 |
commit | 7da2b37588408ab538e16f2d93ffb47a19e7a090 (patch) | |
tree | 50eb763ba9671efd7a2b04f660c6d0e231772394 /methods/connect.cc | |
parent | d32305c4ded17d8cf2a3099e27a16d4eff239ec5 (diff) |
PD license
Author: jgg
Date: 2002-09-14 05:28:38 GMT
PD license
Diffstat (limited to 'methods/connect.cc')
-rw-r--r-- | methods/connect.cc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/methods/connect.cc b/methods/connect.cc index e9109423b..e58991b55 100644 --- a/methods/connect.cc +++ b/methods/connect.cc @@ -1,10 +1,13 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: connect.cc,v 1.8 2002/02/28 03:51:55 jgg Exp $ +// $Id: connect.cc,v 1.9 2002/09/14 05:28:38 jgg Exp $ /* ###################################################################### Connect - Replacement connect call - + + This was originally authored by Jason Gunthorpe <jgg@debian.org> + and is placed in the Public Domain, do with it what you will. + ##################################################################### */ /*}}}*/ // Include Files /*{{{*/ |