commit 100d3e4bb875b64f537d67257b0876159b59b068 from: Omar Polo date: Wed Mar 20 11:12:58 2024 UTC mark smtp_timeout as static commit - dfa6ae4cb7d2e0474c8458b5622eca0385470c01 commit + 100d3e4bb875b64f537d67257b0876159b59b068 blob - d2e507fdfece9c9538bfe12b6cd820f899d7a552 blob + df8ea0be82de096d29cc259924f9cc1e45c2a752 --- gotd/libexec/got-notify-email/got-notify-email.c +++ gotd/libexec/got-notify-email/got-notify-email.c @@ -32,7 +32,7 @@ #include "got_lib_poll.h" -int smtp_timeout = 60; /* in seconds */ +static int smtp_timeout = 60; /* in seconds */ __dead static void usage(void)