diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-10-20 08:48:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-10-20 08:48:40 +0000 |
commit | 73b8d1dea4a204f4182ee8bbb1c8c733942d5ce1 (patch) | |
tree | b86a472c8ced0dba44811312127cb744c1630123 /sys/net/bridgestp.c | |
parent | 3da60db7c5a2bc0d806effb1e8fb1fa40ab4e4a7 (diff) |
remove irrelevant comment
Diffstat (limited to 'sys/net/bridgestp.c')
-rw-r--r-- | sys/net/bridgestp.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/net/bridgestp.c b/sys/net/bridgestp.c index e2b572c130d..faee3486ef0 100644 --- a/sys/net/bridgestp.c +++ b/sys/net/bridgestp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bridgestp.c,v 1.45 2013/10/17 16:27:40 bluhm Exp $ */ +/* $OpenBSD: bridgestp.c,v 1.46 2013/10/20 08:48:39 deraadt Exp $ */ /* * Copyright (c) 2000 Jason L. Wright (jason@thought.net) @@ -32,10 +32,6 @@ * ISO/IEC 802.1D-2004, June 9, 2004. */ -#if 0 -__FBSDID("$FreeBSD: /repoman/r/ncvs/src/sys/net/bridgestp.c,v 1.25 2006/11/03 03:34:04 thompsa Exp $"); -#endif - #include "bridge.h" #if NBRIDGE > 0 |