diff options
Diffstat (limited to 'netrc.c')
-rw-r--r-- | netrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ # define xmalloc malloc # define xrealloc realloc -char *program_name = "netrc"; +const char *program_name = "netrc"; #endif /* Maybe add NEWENTRY to the account information list, LIST. NEWENTRY is |