diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-29 18:39:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-29 18:39:24 +0000 |
commit | 6b78b159d102a0d9c9569fdfe01402c43ed808db (patch) | |
tree | c52077c3e099acdf85db980a2c821320dbcc7463 /sbin/mount_nfs/mount_nfs.c | |
parent | ef45b046d50271fb77ae73c50cf2bb20badc690f (diff) |
spaces
Diffstat (limited to 'sbin/mount_nfs/mount_nfs.c')
-rw-r--r-- | sbin/mount_nfs/mount_nfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_nfs/mount_nfs.c b/sbin/mount_nfs/mount_nfs.c index e8adc3d8a31..01884e8d28c 100644 --- a/sbin/mount_nfs/mount_nfs.c +++ b/sbin/mount_nfs/mount_nfs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mount_nfs.c,v 1.34 2003/07/06 20:52:40 avsm Exp $ */ +/* $OpenBSD: mount_nfs.c,v 1.35 2003/07/29 18:38:36 deraadt Exp $ */ /* $NetBSD: mount_nfs.c,v 1.12.4.1 1996/05/25 22:48:05 fvdl Exp $ */ /* @@ -404,7 +404,7 @@ getnfsargs(char *spec, struct nfs_args *nfsargsp) if (strlcpy(nam, spec, sizeof(nam)) >= sizeof(nam)) { errx(1, "hostname too long"); } - + if ((delimp = strchr(spec, '@')) != NULL) { hostp = delimp + 1; } else if ((delimp = strchr(spec, ':')) != NULL) { |