diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-02-10 16:41:07 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-02-10 16:41:07 +0000 |
commit | 0a43d2dfd5417edcd9943904174a91e556ce407e (patch) | |
tree | ea8266f94f0d8d8e30f60fb618346cef66d66c83 /contrib/sendmail/libsmutil/debug.c | |
parent | fabecb74aaac2eb964122a56bc3e384d7e8c6cb4 (diff) |
Notes
Diffstat (limited to 'contrib/sendmail/libsmutil/debug.c')
-rw-r--r-- | contrib/sendmail/libsmutil/debug.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/contrib/sendmail/libsmutil/debug.c b/contrib/sendmail/libsmutil/debug.c deleted file mode 100644 index 2c3b3284ad5a..000000000000 --- a/contrib/sendmail/libsmutil/debug.c +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Copyright (c) 1999-2001 Sendmail, Inc. and its suppliers. - * All rights reserved. - * - * By using this file, you agree to the terms and conditions set - * forth in the LICENSE file which can be found at the top level of - * the sendmail distribution. - * - */ - -#include <sendmail.h> - -SM_RCSID("@(#)$Id: debug.c,v 8.9 2001/09/11 04:04:55 gshapiro Exp $") - -unsigned char tTdvect[100]; /* trace vector */ |