diff options
author | 2015-12-05 19:04:37 +0000 | |
---|---|---|
committer | 2015-12-05 19:04:37 +0000 | |
commit | c6b0ddf3ea7004daeb7ea6cc2b9f8742d4febf3d (patch) | |
tree | 6a02b3af5c1a460aece255061a0a2c7a6da81740 | |
parent | Remove a log of changes from 1991 to 1998. (diff) | |
download | wireguard-openbsd-c6b0ddf3ea7004daeb7ea6cc2b9f8742d4febf3d.tar.xz wireguard-openbsd-c6b0ddf3ea7004daeb7ea6cc2b9f8742d4febf3d.zip |
avoid an ugly wrap in a comment
-rw-r--r-- | sys/net/if.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/net/if.h b/sys/net/if.h index de071729570..8d7e3906e69 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if.h,v 1.174 2015/12/03 12:22:51 dlg Exp $ */ +/* $OpenBSD: if.h,v 1.175 2015/12/05 19:04:37 deraadt Exp $ */ /* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */ /* @@ -400,8 +400,7 @@ struct ifmediareq { uint64_t ifm_mask; /* don't care mask */ uint64_t ifm_status; /* media status */ uint64_t ifm_active; /* active options */ - int ifm_count; /* # entries in ifm_ulist - array */ + int ifm_count; /* # entries in ifm_ulist array */ uint64_t *ifm_ulist; /* media words */ }; |