summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-06-07 15:46:53 +0000
committerphk <phk@FreeBSD.org>2003-06-07 15:46:53 +0000
commit8d105bca1c7437f233c22e85bb34a29aa23167d2 (patch)
tree7532e30adb1fbc8c2cb4006ea1db09541093fa33 /sys/geom/geom.h
parentc9fca2ba58122a83e0cdb9fb368520d5548350bc (diff)
downloadFreeBSD-src-8d105bca1c7437f233c22e85bb34a29aa23167d2.zip
FreeBSD-src-8d105bca1c7437f233c22e85bb34a29aa23167d2.tar.gz
Improve the root-dev prompt facility for printing devices which could
possibly be a root filesystem.
Diffstat (limited to 'sys/geom/geom.h')
-rw-r--r--sys/geom/geom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h
index aed9498..53f7356 100644
--- a/sys/geom/geom.h
+++ b/sys/geom/geom.h
@@ -172,7 +172,7 @@ struct g_provider {
};
/* geom_dev.c */
-int g_dev_print(void);
+void g_dev_print(void);
/* geom_dump.c */
void g_hexdump(void *ptr, int length);
OpenPOWER on IntegriCloud