Module Name:    src
Committed By:   christos
Date:           Sun Nov 13 21:57:15 UTC 2011

Modified Files:
        src/include: util.h

Log Message:
getfstypename addition


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/include/util.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/include/util.h
diff -u src/include/util.h:1.59 src/include/util.h:1.60
--- src/include/util.h:1.59	Tue Aug 30 08:39:52 2011
+++ src/include/util.h	Sun Nov 13 16:57:14 2011
@@ -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		getlabelsector(void);
 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);

Reply via email to