summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Colomar <alx.manpages@gmail.com>2022-09-11 00:40:53 +0200
committerAlex Colomar <alx.manpages@gmail.com>2022-09-12 17:08:28 +0200
commit038bd2a80fcb802693333f0062159c8e3d0693b3 (patch)
tree08ceae0df2b09215782dd1599cef16bb2a20140b
parent6a8012f16ac000b4fe04891cf6aacd229a556b4b (diff)
rtime.3: EXAMPLES: Optimize
Signed-off-by: Alex Colomar <alx.manpages@gmail.com>
-rw-r--r--man3/rtime.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/rtime.3 b/man3/rtime.3
index 3b52201a0..e17cfda16 100644
--- a/man3/rtime.3
+++ b/man3/rtime.3
@@ -117,7 +117,7 @@ The result is the localtime of the computer "linux".
#include <netdb.h>
static int use_tcp = 0;
-static char *servername = "linux";
+static const char servername[] = "linux";
int
main(void)