summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/tst01.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-05-04 07:00:57 +0000
committerphk <phk@FreeBSD.org>1995-05-04 07:00:57 +0000
commita0086bd08766f0b26016b7cc81ef7099d54f0324 (patch)
tree94c7de5da084ef7c3c2948cb0784a6a4f0d8c161 /lib/libdisk/tst01.c
parentafc1e203457a4a033aab45e835fca9a8cfc6aeff (diff)
downloadFreeBSD-src-a0086bd08766f0b26016b7cc81ef7099d54f0324.zip
FreeBSD-src-a0086bd08766f0b26016b7cc81ef7099d54f0324.tar.gz
Make the partitions names even more sensible
CheckRules sets the CHUNK_ALIGN & CHUNK_PAST_1024 flags.
Diffstat (limited to 'lib/libdisk/tst01.c')
-rw-r--r--lib/libdisk/tst01.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libdisk/tst01.c b/lib/libdisk/tst01.c
index 5e98a98..6670963 100644
--- a/lib/libdisk/tst01.c
+++ b/lib/libdisk/tst01.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: tst01.c,v 1.8 1995/05/01 04:05:26 phk Exp $
+ * $Id: tst01.c,v 1.9 1995/05/03 17:38:00 jkh Exp $
*
*/
@@ -141,8 +141,8 @@ main(int argc, char **argv)
sprintf(myprompt,"%s %s> ",argv[0],argv[1]);
while(1) {
printf("--==##==--\n");
- Debug_Disk(d);
p = CheckRules(d);
+ Debug_Disk(d);
if (p) {
printf("%s",p);
free(p);
OpenPOWER on IntegriCloud