summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/tst01.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-05-11 05:22:54 +0000
committerphk <phk@FreeBSD.org>1995-05-11 05:22:54 +0000
commit2e780cd86fd6e41356091d32a0e60b54d737f8d3 (patch)
treec4acd58166be0977f64200c6b3779bbb24931b2f /lib/libdisk/tst01.c
parenta558882de6fc93c6cd240cfae7fbca856a958d92 (diff)
downloadFreeBSD-src-2e780cd86fd6e41356091d32a0e60b54d737f8d3.zip
FreeBSD-src-2e780cd86fd6e41356091d32a0e60b54d737f8d3.tar.gz
Get the CHUNK_COMPAT_BSD flag right.
Diffstat (limited to 'lib/libdisk/tst01.c')
-rw-r--r--lib/libdisk/tst01.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libdisk/tst01.c b/lib/libdisk/tst01.c
index b32253a..43a6364 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.10 1995/05/04 07:00:56 phk Exp $
+ * $Id: tst01.c,v 1.11 1995/05/10 05:57:04 phk Exp $
*
*/
@@ -171,11 +171,11 @@ main(int argc, char **argv)
if (!strcasecmp(*cmds,"dwim") && ncmd == 6) {
printf("dwim = %p\n",
Create_Chunk_DWIM(d,
- (struct chunk *)strtol(cmds[1],0,0)),
+ (struct chunk *)strtol(cmds[1],0,0),
strtol(cmds[2],0,0),
strtol(cmds[3],0,0),
strtol(cmds[4],0,0),
- strtol(cmds[5],0,0) );
+ strtol(cmds[5],0,0)));
continue;
}
if (!strcasecmp(*cmds,"delete") && ncmd == 2) {
OpenPOWER on IntegriCloud