diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-11-18 10:02:10 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-11-18 10:02:10 +0000 |
commit | 4e2d078f4fc7fe46c0e3b0f1256c92e971891c67 (patch) | |
tree | a46638e59c8c462ae0f5803a586dd1a959369dd7 | |
parent | 0727c66b4dc45ec5b1eea6e33aaccc5a29ea4873 (diff) |
Notes
-rw-r--r-- | lib/libdisk/create_chunk.c | 4 | ||||
-rw-r--r-- | release/libdisk/create_chunk.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c index 177e6c861959..5981ac15e54c 100644 --- a/lib/libdisk/create_chunk.c +++ b/lib/libdisk/create_chunk.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: create_chunk.c,v 1.21.2.4 1995/10/20 07:00:40 jkh Exp $ + * $Id: create_chunk.c,v 1.21.2.5 1995/11/17 23:04:04 jkh Exp $ * */ @@ -31,7 +31,7 @@ static int isDebug() { - static int debug = 1; /* Allow debugger to tweak it */ + static int debug = 0; /* Allow debugger to tweak it */ return debug; } diff --git a/release/libdisk/create_chunk.c b/release/libdisk/create_chunk.c index 177e6c861959..5981ac15e54c 100644 --- a/release/libdisk/create_chunk.c +++ b/release/libdisk/create_chunk.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: create_chunk.c,v 1.21.2.4 1995/10/20 07:00:40 jkh Exp $ + * $Id: create_chunk.c,v 1.21.2.5 1995/11/17 23:04:04 jkh Exp $ * */ @@ -31,7 +31,7 @@ static int isDebug() { - static int debug = 1; /* Allow debugger to tweak it */ + static int debug = 0; /* Allow debugger to tweak it */ return debug; } |