Source-Changes-HG archive

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

[src/trunk]: src/common/lib/libutil fix lint comment.



details:   https://anonhg.NetBSD.org/src/rev/16f621d7f999
branches:  trunk
changeset: 778658:16f621d7f999
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Apr 07 16:28:59 2012 +0000

description:
fix lint comment.

diffstat:

 common/lib/libutil/getfstypename.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 0c0cdc76db76 -r 16f621d7f999 common/lib/libutil/getfstypename.c
--- a/common/lib/libutil/getfstypename.c        Sat Apr 07 16:22:42 2012 +0000
+++ b/common/lib/libutil/getfstypename.c        Sat Apr 07 16:28:59 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: getfstypename.c,v 1.7 2012/04/07 16:18:24 christos Exp $       */
+/*     $NetBSD: getfstypename.c,v 1.8 2012/04/07 16:28:59 christos Exp $       */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -39,10 +39,10 @@
 # include <sys/cdefs.h>
 # ifndef _KERNEL
 #  if !defined(lint)
-__RCSID("$NetBSD: getfstypename.c,v 1.7 2012/04/07 16:18:24 christos Exp $");
+__RCSID("$NetBSD: getfstypename.c,v 1.8 2012/04/07 16:28:59 christos Exp $");
 #  endif
 # else
-__KERNEL_RCSID(0, "$NetBSD: getfstypename.c,v 1.7 2012/04/07 16:18:24 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: getfstypename.c,v 1.8 2012/04/07 16:28:59 christos Exp $");
 # endif /* _KERNEL */
 
 # define FSTYPE_ENUMNAME fstype_enum
@@ -125,7 +125,7 @@
                return DKW_PTYPE_MINIXFS3;
        }
        /* Stupid gcc, should know it is impossible to get here */
-       /*UNREACHED*/
+       /*NOTREACHED*/
        return DKW_PTYPE_UNKNOWN;
 }
 #endif /* !_STANDALONE */



Home | Main Index | Thread Index | Old Index