summaryrefslogtreecommitdiff
path: root/omapip/connection.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-11-20 18:36:32 +0000
committerTed Lemon <source@isc.org>1999-11-20 18:36:32 +0000
commitd9eefc5dec0bd2986d1465276363f7b97d92b69a (patch)
tree5c8396c6474892bf2cb030ac6d4c88d9a63429fd /omapip/connection.c
parentb3677620b6bebff760d40ab7d73f918bfe66260a (diff)
downloadisc-dhcp-d9eefc5dec0bd2986d1465276363f7b97d92b69a.tar.gz
Mass commit for Brian Murrell.
Diffstat (limited to 'omapip/connection.c')
-rw-r--r--omapip/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omapip/connection.c b/omapip/connection.c
index 5fa4603d..78a70018 100644
--- a/omapip/connection.c
+++ b/omapip/connection.c
@@ -24,7 +24,7 @@
isc_result_t omapi_connect (omapi_object_t *c,
const char *server_name,
- int port)
+ unsigned port)
{
struct hostent *he;
int hix;