summaryrefslogtreecommitdiffstats
path: root/sbin/umount
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1997-12-26 23:28:17 +0000
committerimp <imp@FreeBSD.org>1997-12-26 23:28:17 +0000
commitec6e7a3cf863f9bc9b25ea098dcc0b58d6d6958b (patch)
treedfd99e60ff7976c00b386f1f3f3818db08cbe2f1 /sbin/umount
parenteff18422682c85ace5435c55b1582c38b811b49f (diff)
downloadFreeBSD-src-ec6e7a3cf863f9bc9b25ea098dcc0b58d6d6958b.zip
FreeBSD-src-ec6e7a3cf863f9bc9b25ea098dcc0b58d6d6958b.tar.gz
style(9) corrections
Submitted by: bde
Diffstat (limited to 'sbin/umount')
-rw-r--r--sbin/umount/umount.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/umount/umount.c b/sbin/umount/umount.c
index 9b4c472..fe42c19 100644
--- a/sbin/umount/umount.c
+++ b/sbin/umount/umount.c
@@ -280,7 +280,8 @@ umountfs(name, typelist)
memset(&saddr, 0, sizeof(saddr));
saddr.sin_family = AF_INET;
saddr.sin_port = 0;
- memmove(&saddr.sin_addr, hp->h_addr, MIN(hp->h_length, sizeof(saddr.sin_addr)));
+ memmove(&saddr.sin_addr, hp->h_addr,
+ MIN(hp->h_length, sizeof(saddr.sin_addr)));
pertry.tv_sec = 3;
pertry.tv_usec = 0;
so = RPC_ANYSOCK;
OpenPOWER on IntegriCloud