Module Name: src Committed By: christos Date: Mon Nov 14 14:37:13 UTC 2011
Modified Files: src/common/lib/libutil: getfstypename.c Log Message: add netbsd id To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/common/lib/libutil/getfstypename.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/common/lib/libutil/getfstypename.c diff -u src/common/lib/libutil/getfstypename.c:1.3 src/common/lib/libutil/getfstypename.c:1.4 --- src/common/lib/libutil/getfstypename.c:1.3 Mon Nov 14 09:36:40 2011 +++ src/common/lib/libutil/getfstypename.c Mon Nov 14 09:37:13 2011 @@ -1,3 +1,5 @@ +/* $NetBSD: getfstypename.c,v 1.4 2011/11/14 14:37:13 christos Exp $ */ + /*- * Copyright (c) 2011 The NetBSD Foundation, Inc. * All rights reserved. @@ -36,10 +38,10 @@ #include <sys/cdefs.h> #if !defined(_KERNEL) && !defined(_STANDALONE) # if !defined(lint) -__RCSID("$NetBSD: getfstypename.c,v 1.3 2011/11/14 14:36:40 christos Exp $"); +__RCSID("$NetBSD: getfstypename.c,v 1.4 2011/11/14 14:37:13 christos Exp $"); # endif #else -__KERNEL_RCSID(0, "$NetBSD: getfstypename.c,v 1.3 2011/11/14 14:36:40 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: getfstypename.c,v 1.4 2011/11/14 14:37:13 christos Exp $"); #endif #define FSTYPE_ENUMNAME fstype_enum