diff options
| author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-01-01 18:49:04 +0000 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-01-01 18:49:04 +0000 |
| commit | 9d5abbddbf03791c777fed86500976ea3dd19245 (patch) | |
| tree | f412dafc7d29429919e8770cdefeb37441fc1299 /usr.sbin/rpcbind/rpcbind.c | |
| parent | 3724136741436462897ae060c5547c43f8953e54 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/rpcbind/rpcbind.c')
| -rw-r--r-- | usr.sbin/rpcbind/rpcbind.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/rpcbind/rpcbind.c b/usr.sbin/rpcbind/rpcbind.c index 9a12ac0ced009..21c19b088e003 100644 --- a/usr.sbin/rpcbind/rpcbind.c +++ b/usr.sbin/rpcbind/rpcbind.c @@ -97,7 +97,7 @@ int rpcbindlockfd; #ifdef WARMSTART /* Local Variable */ -static int warmstart = 0; /* Grab a old copy of registrations */ +static int warmstart = 0; /* Grab an old copy of registrations. */ #endif #ifdef PORTMAP @@ -339,7 +339,7 @@ init_transport(struct netconfig *nconf) hints.ai_flags &= AI_NUMERICHOST; } else { /* - * Skip if we have a AF_INET6 adress + * Skip if we have an AF_INET6 adress. */ if (inet_pton(AF_INET6, hosts[nhostsbak], host_addr) == 1) @@ -352,7 +352,7 @@ init_transport(struct netconfig *nconf) hints.ai_flags &= AI_NUMERICHOST; } else { /* - * Skip if we have a AF_INET adress + * Skip if we have an AF_INET adress. */ if (inet_pton(AF_INET, hosts[nhostsbak], host_addr) == 1) |
