diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-02-24 23:45:53 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-02-24 23:45:53 +0000 |
commit | a7406e55dcfb5112df3548cca5cf21b71b4984ff (patch) | |
tree | 896646dbd80e58738dacb460f9eec1358e2e9729 /sys/netinet/ip_output.c | |
parent | db5c5cd1fb16c5c365bdad310e70c80763f35497 (diff) |
Update copyright; remove a few annoying debugging printfs.
Btw, OpenBSD hit 25000 commits a couple commits ago.
Diffstat (limited to 'sys/netinet/ip_output.c')
-rw-r--r-- | sys/netinet/ip_output.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index f3976ded930..70f6eca8b9b 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_output.c,v 1.40 1999/02/24 22:33:07 angelos Exp $ */ +/* $OpenBSD: ip_output.c,v 1.41 1999/02/24 23:45:52 angelos Exp $ */ /* $NetBSD: ip_output.c,v 1.28 1996/02/13 23:43:07 christos Exp $ */ /* @@ -359,9 +359,6 @@ ip_output(m0, va_alist) return ENXIO; } - DPRINTF(("ip_output(): calling %s\n", - tdb->tdb_xform->xf_name)); - /* Register first use, setup expiration timer */ if (tdb->tdb_first_use == 0) { tdb->tdb_first_use = time.tv_sec; |