Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/systrace missing break; from grange%rt.mipt.ru@localhost
details: https://anonhg.NetBSD.org/src/rev/e3a8057f7ec7
branches: trunk
changeset: 538740:e3a8057f7ec7
user: provos <provos%NetBSD.org@localhost>
date: Mon Oct 28 16:50:05 2002 +0000
description:
missing break; from grange%rt.mipt.ru@localhost
diffstat:
bin/systrace/systrace.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r ba0f0efe016f -r e3a8057f7ec7 bin/systrace/systrace.c
--- a/bin/systrace/systrace.c Mon Oct 28 16:42:44 2002 +0000
+++ b/bin/systrace/systrace.c Mon Oct 28 16:50:05 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: systrace.c,v 1.12 2002/10/11 21:54:58 provos Exp $ */
+/* $NetBSD: systrace.c,v 1.13 2002/10/28 16:50:05 provos Exp $ */
/* $OpenBSD: systrace.c,v 1.32 2002/08/05 23:27:53 provos Exp $ */
/*
* Copyright 2002 Niels Provos <provos%citi.umich.edu@localhost>
@@ -473,6 +473,7 @@
if (cr_uid <= 0 || cr_gid <= 0)
usage();
+ break;
case 'a':
if (allow)
usage();
Home |
Main Index |
Thread Index |
Old Index