Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/bind/dist/bin/tests remove blank line



details:   https://anonhg.NetBSD.org/src/rev/a3f0f62bf3eb
branches:  trunk
changeset: 327213:a3f0f62bf3eb
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Mar 01 22:52:19 2014 +0000

description:
remove blank line

diffstat:

 external/bsd/bind/dist/bin/tests/fsaccess_test.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r cf7528759a9a -r a3f0f62bf3eb external/bsd/bind/dist/bin/tests/fsaccess_test.c
--- a/external/bsd/bind/dist/bin/tests/fsaccess_test.c  Sat Mar 01 22:49:49 2014 +0000
+++ b/external/bsd/bind/dist/bin/tests/fsaccess_test.c  Sat Mar 01 22:52:19 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fsaccess_test.c,v 1.6 2014/03/01 03:24:33 christos Exp $       */
+/*     $NetBSD: fsaccess_test.c,v 1.7 2014/03/01 22:52:19 christos Exp $       */
 
 /*
  * Copyright (C) 2004, 2005, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
@@ -42,7 +42,6 @@
        FILE *fp;
        int n;
 
-
        n = remove(PATH);
        if (n != 0 && errno != ENOENT) {
                fprintf(stderr, "unable to remove(%s)\n", PATH);



Home | Main Index | Thread Index | Old Index