Module Name:    src
Committed By:   christos
Date:           Sat Apr  7 04:04:21 UTC 2012

Modified Files:
        src/include: util.h

Log Message:
add getfsspecname


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 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.61 src/include/util.h:1.62
--- src/include/util.h:1.61	Sat Jan  7 13:41:14 2012
+++ src/include/util.h	Sat Apr  7 00:04:21 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: util.h,v 1.61 2012/01/07 18:41:14 christos Exp $	*/
+/*	$NetBSD: util.h,v 1.62 2012/04/07 04:04:21 christos Exp $	*/
 
 /*-
  * Copyright (c) 1995
@@ -74,6 +74,7 @@ int		getlabelusesmbr(void);
 int		getmaxpartitions(void);
 int		getrawpartition(void);
 const char     *getfstypename(int);
+const char     *getfsspecname(char *, size_t, const char *);
 #ifndef __LIBC12_SOURCE__
 void		login(const struct utmp *) __RENAME(__login50);
 void		loginx(const struct utmpx *) __RENAME(__loginx50);

Reply via email to