Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/mount_autofs mount_autofs: Remove blank line with trail...
details: https://anonhg.NetBSD.org/src/rev/d665a797879c
branches: trunk
changeset: 461249:d665a797879c
user: tkusumi <tkusumi%NetBSD.org@localhost>
date: Wed Nov 20 17:18:35 2019 +0000
description:
mount_autofs: Remove blank line with trailing whitespace
diffstat:
sbin/mount_autofs/mount_autofs.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r fbf660459aaa -r d665a797879c sbin/mount_autofs/mount_autofs.c
--- a/sbin/mount_autofs/mount_autofs.c Wed Nov 20 10:57:08 2019 +0000
+++ b/sbin/mount_autofs/mount_autofs.c Wed Nov 20 17:18:35 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mount_autofs.c,v 1.3 2018/01/23 15:02:03 wiz Exp $ */
+/* $NetBSD: mount_autofs.c,v 1.4 2019/11/20 17:18:35 tkusumi Exp $ */
/*-
* Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: mount_autofs.c,v 1.3 2018/01/23 15:02:03 wiz Exp $");
+__RCSID("$NetBSD: mount_autofs.c,v 1.4 2019/11/20 17:18:35 tkusumi Exp $");
#endif /* not lint */
#include <sys/param.h>
@@ -91,7 +91,6 @@
case 'p':
strlcpy(am->master_prefix, optarg, MAXPATHLEN);
break;
-
case '?':
default:
usage();
Home |
Main Index |
Thread Index |
Old Index