Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/usr.bin/pkill Ugh... fix a last minute fix that went h...



details:   https://anonhg.NetBSD.org/src/rev/81285c0fbca3
branches:  trunk
changeset: 821917:81285c0fbca3
user:      kre <kre%NetBSD.org@localhost>
date:      Tue Feb 21 21:22:45 2017 +0000

description:
Ugh... fix a last minute fix that went horribly wrong!

diffstat:

 tests/usr.bin/pkill/t_pgrep.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r ca4272b6257c -r 81285c0fbca3 tests/usr.bin/pkill/t_pgrep.sh
--- a/tests/usr.bin/pkill/t_pgrep.sh    Tue Feb 21 20:23:37 2017 +0000
+++ b/tests/usr.bin/pkill/t_pgrep.sh    Tue Feb 21 21:22:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_pgrep.sh,v 1.1 2017/02/21 10:40:30 kre Exp $
+# $NetBSD: t_pgrep.sh,v 1.2 2017/02/21 21:22:45 kre Exp $
 #
 # Copyright (c) 2016 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -35,9 +35,9 @@
 
        cat > t.c <<'!'
 #include <stdlib.h>
-int
 #include <unistd.h>
 
+int
 main(int argc, char **argv)
 {
        sleep(2);



Home | Main Index | Thread Index | Old Index