From c78cb8f349d74dbb19abbc4edeef12655bdcdf23 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 29 Dec 2007 22:52:42 -0800 Subject: Made some user-/group-name pointers "const". --- flist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flist.c') diff --git a/flist.c b/flist.c index 69cfec14..960e6a11 100644 --- a/flist.c +++ b/flist.c @@ -351,7 +351,7 @@ static void send_file_entry(int f, struct file_struct *file, int ndx, int first_ static uint32 rdev_major; static uid_t uid; static gid_t gid; - static char *user_name, *group_name; + static const char *user_name, *group_name; static char lastname[MAXPATHLEN]; char fname[MAXPATHLEN]; int first_hlink_ndx = -1; -- cgit v1.2.1