diff options
-rw-r--r-- | sys/net/if_trunk.c | 4 | ||||
-rw-r--r-- | sys/net/if_trunk.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/net/if_trunk.c b/sys/net/if_trunk.c index f4894f20cd4..a88fb851962 100644 --- a/sys/net/if_trunk.c +++ b/sys/net/if_trunk.c @@ -1,7 +1,7 @@ -/* $OpenBSD: if_trunk.c,v 1.33 2007/09/06 16:14:05 reyk Exp $ */ +/* $OpenBSD: if_trunk.c,v 1.34 2007/09/06 16:22:55 reyk Exp $ */ /* - * Copyright (c) 2005, 2006 Reyk Floeter <reyk@openbsd.org> + * Copyright (c) 2005, 2006, 2007 Reyk Floeter <reyk@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/sys/net/if_trunk.h b/sys/net/if_trunk.h index f7ebbeb7b8a..221d49674f3 100644 --- a/sys/net/if_trunk.h +++ b/sys/net/if_trunk.h @@ -1,7 +1,7 @@ -/* $OpenBSD: if_trunk.h,v 1.12 2007/04/26 08:57:59 reyk Exp $ */ +/* $OpenBSD: if_trunk.h,v 1.13 2007/09/06 16:22:55 reyk Exp $ */ /* - * Copyright (c) 2005, 2006 Reyk Floeter <reyk@openbsd.org> + * Copyright (c) 2005, 2006, 2007 Reyk Floeter <reyk@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above |