Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/systat Nuke assignment unneeded after last commit
details: https://anonhg.NetBSD.org/src/rev/3ac84b7bc256
branches: trunk
changeset: 479753:3ac84b7bc256
user: jwise <jwise%NetBSD.org@localhost>
date: Mon Dec 20 21:46:10 1999 +0000
description:
Nuke assignment unneeded after last commit
diffstat:
usr.bin/systat/cmds.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 32dba52bb889 -r 3ac84b7bc256 usr.bin/systat/cmds.c
--- a/usr.bin/systat/cmds.c Mon Dec 20 21:42:50 1999 +0000
+++ b/usr.bin/systat/cmds.c Mon Dec 20 21:46:10 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cmds.c,v 1.16 1999/12/20 21:42:50 jwise Exp $ */
+/* $NetBSD: cmds.c,v 1.17 1999/12/20 21:46:10 jwise Exp $ */
/*-
* Copyright (c) 1980, 1992, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)cmds.c 8.2 (Berkeley) 4/29/95";
#endif
-__RCSID("$NetBSD: cmds.c,v 1.16 1999/12/20 21:42:50 jwise Exp $");
+__RCSID("$NetBSD: cmds.c,v 1.17 1999/12/20 21:46:10 jwise Exp $");
#endif /* not lint */
#include <stdlib.h>
@@ -64,8 +64,6 @@
sigaddset(&set, SIGALRM);
sigprocmask(SIG_BLOCK, &set, NULL);
- args = cmd;
-
args = strtok(cmd, " \t");
args = strtok(NULL, " \t");
Home |
Main Index |
Thread Index |
Old Index