aboutsummaryrefslogtreecommitdiff
path: root/src/inetd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/inetd.c')
-rw-r--r--src/inetd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/inetd.c b/src/inetd.c
index 1d12847..e65775f 100644
--- a/src/inetd.c
+++ b/src/inetd.c
@@ -1,5 +1,5 @@
/* This file is part of GNU Pies.
- Copyright (C) 2009-2021 Sergey Poznyakoff
+ Copyright (C) 2009-2023 Sergey Poznyakoff
GNU Pies is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -29,10 +29,10 @@
#define IFLD_MIN_COUNT 6 /* Minimum number of fields in entry */
/* FIXME: Copied from grecs/src/tree.c */
-static void
-listel_dispose(void *el)
+void
+listel_dispose (void *el)
{
- free(el);
+ free (el);
}
#define TCPMUX_PREFIX_STR "tcpmux/"

Return to:

Send suggestions and report system problems to the System administrator.