=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/file.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/aucat/Attic/file.c 2008/11/16 17:01:58 1.5 +++ src/usr.bin/aucat/Attic/file.c 2008/11/16 17:08:32 1.6 @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.5 2008/11/16 17:01:58 ratchov Exp $ */ +/* $OpenBSD: file.c,v 1.6 2008/11/16 17:08:32 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -45,6 +45,7 @@ void file_dprint(int n, struct file *f) { +#ifdef DEBUG if (debug_level < n) return; fprintf(stderr, "%s:%s <", f->ops->name, f->name); @@ -57,6 +58,7 @@ if (f->state & FILE_HUP) fprintf(stderr, "HUP"); fprintf(stderr, ">"); +#endif } struct file *