diff options
author | Renato Westphal <renato@openbsd.org> | 2017-12-19 17:09:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-19 17:09:03 +0100 |
commit | fb6f7c2c2522305ec17a088616a52c2c355c8d26 (patch) | |
tree | 20d56aaff071a3c21720a8f4e66315901d07c232 /tests | |
parent | Merge pull request #1533 from donaldsharp/REALMS (diff) | |
parent | *: Remove cvs control points (diff) | |
download | frr-fb6f7c2c2522305ec17a088616a52c2c355c8d26.tar.xz frr-fb6f7c2c2522305ec17a088616a52c2c355c8d26.zip |
Merge pull request #1515 from donaldsharp/selected_to_front1
Store selected_fib as a pointer off of rib_dest_t
Diffstat (limited to 'tests')
-rw-r--r-- | tests/helpers/c/main.c | 2 | ||||
-rw-r--r-- | tests/lib/test_heavy.c | 2 | ||||
-rw-r--r-- | tests/lib/test_heavy_thread.c | 2 | ||||
-rw-r--r-- | tests/lib/test_privs.c | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/tests/helpers/c/main.c b/tests/helpers/c/main.c index 9bf56dde1..fed1d5a53 100644 --- a/tests/helpers/c/main.c +++ b/tests/helpers/c/main.c @@ -1,6 +1,4 @@ /* - * $Id: main.c,v 1.1 2005/04/25 16:42:24 paul Exp $ - * * This file is part of Quagga. * * Quagga is free software; you can redistribute it and/or modify it diff --git a/tests/lib/test_heavy.c b/tests/lib/test_heavy.c index 604a5733c..e2a0a2d49 100644 --- a/tests/lib/test_heavy.c +++ b/tests/lib/test_heavy.c @@ -1,6 +1,4 @@ /* - * $Id: heavy.c,v 1.3 2005/04/25 16:42:24 paul Exp $ - * * This file is part of Quagga. * * Quagga is free software; you can redistribute it and/or modify it diff --git a/tests/lib/test_heavy_thread.c b/tests/lib/test_heavy_thread.c index 9a7578006..075bcb6da 100644 --- a/tests/lib/test_heavy_thread.c +++ b/tests/lib/test_heavy_thread.c @@ -1,6 +1,4 @@ /* - * $Id: heavy-thread.c,v 1.2 2005/04/25 16:42:24 paul Exp $ - * * This file is part of Quagga. * * Quagga is free software; you can redistribute it and/or modify it diff --git a/tests/lib/test_privs.c b/tests/lib/test_privs.c index 1984f28e6..421c34543 100644 --- a/tests/lib/test_privs.c +++ b/tests/lib/test_privs.c @@ -1,6 +1,4 @@ /* - * $Id: test-privs.c,v 1.1 2005/10/11 03:48:28 paul Exp $ - * * This file is part of Quagga. * * Quagga is free software; you can redistribute it and/or modify it |