aboutsummaryrefslogtreecommitdiff
path: root/networking/inetd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/inetd.c')
-rw-r--r--networking/inetd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/inetd.c b/networking/inetd.c
index c1f9918f0..5e7005e9b 100644
--- a/networking/inetd.c
+++ b/networking/inetd.c
@@ -327,7 +327,7 @@ static int timingout;
327static struct servent *sp; 327static struct servent *sp;
328static uid_t uid; 328static uid_t uid;
329 329
330static char *CONFIG = _PATH_INETDCONF; 330static const char *CONFIG = _PATH_INETDCONF;
331 331
332static FILE *fconfig; 332static FILE *fconfig;
333static char line[1024]; 333static char line[1024];