Module Name: src
Committed By: christos
Date: Sat Mar 1 22:52:19 UTC 2014
Modified Files:
src/external/bsd/bind/dist/bin/tests: fsaccess_test.c
Log Message:
remove blank line
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/bind/dist/bin/tests/fsaccess_test.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/bind/dist/bin/tests/fsaccess_test.c
diff -u src/external/bsd/bind/dist/bin/tests/fsaccess_test.c:1.6 src/external/bsd/bind/dist/bin/tests/fsaccess_test.c:1.7
--- src/external/bsd/bind/dist/bin/tests/fsaccess_test.c:1.6 Fri Feb 28 22:24:33 2014
+++ src/external/bsd/bind/dist/bin/tests/fsaccess_test.c Sat Mar 1 17:52:19 2014
@@ -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 @@ main(void) {
FILE *fp;
int n;
-
n = remove(PATH);
if (n != 0 && errno != ENOENT) {
fprintf(stderr, "unable to remove(%s)\n", PATH);