Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/common/lib/libutil add netbsd id
details: https://anonhg.NetBSD.org/src/rev/1f3ad3bf2e1f
branches: trunk
changeset: 771213:1f3ad3bf2e1f
user: christos <christos%NetBSD.org@localhost>
date: Mon Nov 14 14:37:13 2011 +0000
description:
add netbsd id
diffstat:
common/lib/libutil/getfstypename.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 4cfbda54fe3a -r 1f3ad3bf2e1f common/lib/libutil/getfstypename.c
--- a/common/lib/libutil/getfstypename.c Mon Nov 14 14:36:40 2011 +0000
+++ b/common/lib/libutil/getfstypename.c Mon Nov 14 14:37:13 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index