diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-12-31 17:20:15 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-12-31 17:20:15 +0000 |
commit | f171603bffab2917b0009d3e90640d4fdcd30bc1 (patch) | |
tree | 0ee0ca10554cd1a6d5520759fcbc04d39aa188ca /sys | |
parent | ca67588a43c5cc1c61b72e354ad3a66e49d18fbf (diff) |
Remove debugging printf.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet/in_gif.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/in_gif.c b/sys/netinet/in_gif.c index d72b7cec2c6..cc3498577b0 100644 --- a/sys/netinet/in_gif.c +++ b/sys/netinet/in_gif.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in_gif.c,v 1.11 2000/12/30 21:50:46 angelos Exp $ */ +/* $OpenBSD: in_gif.c,v 1.12 2000/12/31 17:20:14 angelos Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -96,7 +96,6 @@ in_gif_output(ifp, family, m, rt) sin_src->sin_family != AF_INET || sin_dst->sin_family != AF_INET) { m_freem(m); -printf("failure 1\n"); return EAFNOSUPPORT; } |