Source-Changes-HG archive

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

[src/trunk]: src/sys/sys s/info/name



details:   https://anonhg.NetBSD.org/src/rev/8710e9af380d
branches:  trunk
changeset: 771191:8710e9af380d
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 13 22:19:09 2011 +0000

description:
s/info/name

diffstat:

 sys/sys/disklabel.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1308e5ebce82 -r 8710e9af380d sys/sys/disklabel.h
--- a/sys/sys/disklabel.h       Sun Nov 13 22:07:00 2011 +0000
+++ b/sys/sys/disklabel.h       Sun Nov 13 22:19:09 2011 +0000
@@ -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 @@
     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 */
 



Home | Main Index | Thread Index | Old Index