diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2023-02-28 18:26:10 +0000 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-03-28 10:07:38 -0400 |
| commit | 2c38c794a0fc89a984d32cb76a827e0cdb6f0525 (patch) | |
| tree | 25701377943fb006e2ad453328267e46f4b5869c /vrrpd | |
| parent | 2cc428bee24bbff391c45818c810fbb9127d89e3 (diff) | |
lib: Remove getopt.c and getopt1.c
Why do we need getopt code that is standard in everything
that we compile against?
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'vrrpd')
| -rw-r--r-- | vrrpd/vrrp_main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vrrpd/vrrp_main.c b/vrrpd/vrrp_main.c index 32ee4bb136..5245c74689 100644 --- a/vrrpd/vrrp_main.c +++ b/vrrpd/vrrp_main.c @@ -6,11 +6,12 @@ */ #include <zebra.h> +#include <getopt.h> + #include <lib/version.h> #include "lib/command.h" #include "lib/filter.h" -#include "lib/getopt.h" #include "lib/if.h" #include "lib/libfrr.h" #include "lib/log.h" |
