From 2e780cd86fd6e41356091d32a0e60b54d737f8d3 Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 11 May 1995 05:22:54 +0000 Subject: Get the CHUNK_COMPAT_BSD flag right. --- lib/libdisk/tst01.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libdisk/tst01.c') 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) { -- cgit v1.1