summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/netiso/argo_debug.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/netiso/argo_debug.h b/sys/netiso/argo_debug.h
index c1e7e02c7c0..fb3ec0eb017 100644
--- a/sys/netiso/argo_debug.h
+++ b/sys/netiso/argo_debug.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: argo_debug.h,v 1.2 1996/03/04 10:34:40 mickey Exp $ */
+/* $OpenBSD: argo_debug.h,v 1.3 1997/09/07 19:43:22 millert Exp $ */
/* $NetBSD: argo_debug.h,v 1.7 1996/02/13 22:07:57 christos Exp $ */
/*-
@@ -77,15 +77,15 @@ void Dump_buf __P((caddr_t, int));
#ifdef ARGO_DEBUG
-/*
+#if 0
#ifndef TPPT
#define TPPT
- #endif TPPT
+ #endif /* TPPT */
#ifndef TP_PERF_MEAS
#define TP_PERF_MEAS
- #endif TP_PERF_MEAS
-*/
+ #endif /* TP_PERF_MEAS */
+#endif
unsigned char argo_debug[128];