Module Name:    src
Committed By:   christos
Date:           Sun Nov 13 22:19:09 UTC 2011

Modified Files:
        src/sys/sys: disklabel.h

Log Message:
s/info/name


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/sys/sys/disklabel.h

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

Modified files:

Index: src/sys/sys/disklabel.h
diff -u src/sys/sys/disklabel.h:1.110 src/sys/sys/disklabel.h:1.111
--- src/sys/sys/disklabel.h:1.110	Sun Nov 13 17:07:00 2011
+++ src/sys/sys/disklabel.h	Sun Nov 13 17:19:09 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: disklabel.h,v 1.110 2011/11/13 22:07:00 christos Exp $	*/
+/*	$NetBSD: disklabel.h,v 1.111 2011/11/13 22:19:09 christos Exp $	*/
 
 /*
  * Copyright (c) 1987, 1988, 1993
@@ -462,7 +462,7 @@ const char *convertdisklabel(struct disk
     struct buf *, uint32_t);
 int	 bounds_check_with_label(struct disk *, struct buf *, int);
 int	 bounds_check_with_mediasize(struct buf *, int, uint64_t);
-const char *getfstypeinfo(int);
+const char *getfstypename(int);
 #endif
 #endif /* _LOCORE */
 

Reply via email to