diff options
| -rw-r--r-- | man3/rtime.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/rtime.3 b/man3/rtime.3 index 3b52201a07..e17cfda16f 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) |
