diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-12-18 14:32:48 +0000 | 
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-12-18 14:32:48 +0000 | 
| commit | d941fd2df927ee31e09262d6caf92ee91fac9250 (patch) | |
| tree | 69f55379d29377a3f0110b5d62e53657a3938d24 /lib/libfetch/common.c | |
| parent | d63c42d19f180579211ad4e88517b81c0e5aca6a (diff) | |
Notes
Diffstat (limited to 'lib/libfetch/common.c')
| -rw-r--r-- | lib/libfetch/common.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libfetch/common.c b/lib/libfetch/common.c index 88d23d47c5ca..a04cb0bb5afe 100644 --- a/lib/libfetch/common.c +++ b/lib/libfetch/common.c @@ -25,7 +25,7 @@   * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * - *	$Id: common.c,v 1.2 1998/11/06 22:14:08 des Exp $ + *	$Id: common.c,v 1.3 1998/12/16 10:24:52 des Exp $   */  #include <sys/param.h> @@ -199,7 +199,7 @@ _fetch_info(char *fmt, ...)   * Establish a TCP connection to the specified port on the specified host.   */  int -fetchConnect(char *host, int port, int verbose) +_fetch_connect(char *host, int port, int verbose)  {      struct sockaddr_in sin;      struct hostent *he;  | 
