Source-Changes-HG archive

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

[src/trunk]: src/include getfstypename addition



details:   https://anonhg.NetBSD.org/src/rev/f7c9830baf74
branches:  trunk
changeset: 771186:f7c9830baf74
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 13 21:57:14 2011 +0000

description:
getfstypename addition

diffstat:

 include/util.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 29a370f28eaf -r f7c9830baf74 include/util.h
--- a/include/util.h    Sun Nov 13 21:56:53 2011 +0000
+++ b/include/util.h    Sun Nov 13 21:57:14 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: util.h,v 1.59 2011/08/30 12:39:52 bouyer Exp $ */
+/*     $NetBSD: util.h,v 1.60 2011/11/13 21:57:14 christos Exp $       */
 
 /*-
  * Copyright (c) 1995
@@ -73,6 +73,7 @@
 int            getlabelusesmbr(void);
 int            getmaxpartitions(void);
 int            getrawpartition(void);
+const char     *getfstypename(int);
 #ifndef __LIBC12_SOURCE__
 void           login(const struct utmp *) __RENAME(__login50);
 void           loginx(const struct utmpx *) __RENAME(__loginx50);



Home | Main Index | Thread Index | Old Index