From 38d2e81837da606e7d8e62ebef04db349f27c950 Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 13 Nov 2011 22:19:09 +0000 Subject: [PATCH] s/info/name --- sys/sys/disklabel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h index dce892c146ec..ff424ea6f536 100644 --- a/sys/sys/disklabel.h +++ b/sys/sys/disklabel.h @@ -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 disklabel *, void (*)(struct buf *), 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 */