diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2004-12-04 16:16:46 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2004-12-04 16:16:46 +0000 |
commit | af710e19c5ae140daa7db0d2c9e5309d8d626e93 (patch) | |
tree | edb219fb9a6cf7ab18867bd1534a8cb0ddc8385c | |
parent | 0c273fe6dc8a2458dc955fe97c073d5b5860e639 (diff) |
use C comments.
-rw-r--r-- | sys/net/if.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if.c b/sys/net/if.c index df9540b7c0a..19fd69a9994 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if.c,v 1.94 2004/12/03 17:31:03 henning Exp $ */ +/* $OpenBSD: if.c,v 1.95 2004/12/04 16:16:45 markus Exp $ */ /* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */ /* @@ -807,7 +807,7 @@ if_clone_list(ifcr) void if_congestion(struct ifqueue *ifq) { - // Not currently needed, all callers check this + /* Not currently needed, all callers check this */ if (ifq->ifq_congestion) return; |