Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/setfacl Mark usage as dead
details: https://anonhg.NetBSD.org/src/rev/416ce4d3bbe9
branches: trunk
changeset: 933205:416ce4d3bbe9
user: joerg <joerg%NetBSD.org@localhost>
date: Fri May 22 01:28:44 2020 +0000
description:
Mark usage as dead
diffstat:
bin/setfacl/setfacl.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3c814dbdca75 -r 416ce4d3bbe9 bin/setfacl/setfacl.c
--- a/bin/setfacl/setfacl.c Fri May 22 01:28:00 2020 +0000
+++ b/bin/setfacl/setfacl.c Fri May 22 01:28:44 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: setfacl.c,v 1.1 2020/05/16 18:31:45 christos Exp $ */
+/* $NetBSD: setfacl.c,v 1.2 2020/05/22 01:28:44 joerg Exp $ */
/*-
* Copyright (c) 2001 Chris D. Faulhaber
@@ -30,7 +30,7 @@
#if 0
__FBSDID("$FreeBSD: head/bin/setfacl/setfacl.c 339793 2018-10-26 21:17:06Z markj $");
#else
-__RCSID("$NetBSD: setfacl.c,v 1.1 2020/05/16 18:31:45 christos Exp $");
+__RCSID("$NetBSD: setfacl.c,v 1.2 2020/05/22 01:28:44 joerg Exp $");
#endif
#include <sys/param.h>
@@ -79,7 +79,7 @@
static int handle_file(FTS *ftsp, FTSENT *file);
static acl_t clear_inheritance_flags(acl_t acl);
static char **stdin_files(void);
-static void usage(void);
+static __dead void usage(void);
static void
usage(void)
Home |
Main Index |
Thread Index |
Old Index