Source-Changes-HG archive

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

[src/trunk]: src/bin/cp Remove entirely bogus /* NOTREACHED */ annotation.



details:   https://anonhg.NetBSD.org/src/rev/c2804f01cd8a
branches:  trunk
changeset: 791933:c2804f01cd8a
user:      dholland <dholland%NetBSD.org@localhost>
date:      Wed Dec 11 06:00:11 2013 +0000

description:
Remove entirely bogus /* NOTREACHED */ annotation.

diffstat:

 bin/cp/utils.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 1acc9a688869 -r c2804f01cd8a bin/cp/utils.c
--- a/bin/cp/utils.c    Wed Dec 11 02:14:08 2013 +0000
+++ b/bin/cp/utils.c    Wed Dec 11 06:00:11 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: utils.c,v 1.41 2012/01/04 15:58:37 christos Exp $ */
+/* $NetBSD: utils.c,v 1.42 2013/12/11 06:00:11 dholland Exp $ */
 
 /*-
  * Copyright (c) 1991, 1993, 1994
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)utils.c    8.3 (Berkeley) 4/1/94";
 #else
-__RCSID("$NetBSD: utils.c,v 1.41 2012/01/04 15:58:37 christos Exp $");
+__RCSID("$NetBSD: utils.c,v 1.42 2013/12/11 06:00:11 dholland Exp $");
 #endif
 #endif /* not lint */
 
@@ -174,7 +174,6 @@
                }
                return (0);
        }
-       /* NOTREACHED */
 
        /*
         * There's no reason to do anything other than close the file



Home | Main Index | Thread Index | Old Index