diff options
author | 2019-07-05 05:00:40 +0000 | |
---|---|---|
committer | 2019-07-05 05:00:40 +0000 | |
commit | 4371229d686b2b8b0eb0d9b0f73e6da426bdb040 (patch) | |
tree | 17307a1d156e46368d521c8b42e0ea5234950735 | |
parent | initialise sc_lacp_timeout to AGGR_LACP_TIMEOUT_SLOW, not 0; (diff) | |
download | wireguard-openbsd-4371229d686b2b8b0eb0d9b0f73e6da426bdb040.tar.xz wireguard-openbsd-4371229d686b2b8b0eb0d9b0f73e6da426bdb040.zip |
fix the $OpenBSD$ tag
-rw-r--r-- | sys/net/if_aggr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_aggr.c b/sys/net/if_aggr.c index 89fd5e5f6b5..bcc26649507 100644 --- a/sys/net/if_aggr.c +++ b/sys/net/if_aggr.c @@ -1,4 +1,4 @@ -/* $OpenBSD */ +/* $OpenBSD: if_aggr.c,v 1.8 2019/07/05 05:00:40 dlg Exp $ */ /* * Copyright (c) 2019 The University of Queensland |