summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/common.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1998-12-18 14:32:48 +0000
committerdes <des@FreeBSD.org>1998-12-18 14:32:48 +0000
commitb8af0c7d8dfc8fbe75c0f0479140cabd9d53d930 (patch)
tree9bfaf75aae3b51fe4bad245f6f5bbaf8baf8fafc /lib/libfetch/common.c
parentab07ab9139e4a2d73f282d0a2561ce56fa53ddea (diff)
downloadFreeBSD-src-b8af0c7d8dfc8fbe75c0f0479140cabd9d53d930.zip
FreeBSD-src-b8af0c7d8dfc8fbe75c0f0479140cabd9d53d930.tar.gz
Don't specify a language to compile_et.
Rename fetchConnect to _fetch_connect since it's internal.
Diffstat (limited to 'lib/libfetch/common.c')
-rw-r--r--lib/libfetch/common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libfetch/common.c b/lib/libfetch/common.c
index 88d23d4..a04cb0b 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;
OpenPOWER on IntegriCloud