~mmach/netext73/busybox

« back to all changes in this revision

Viewing changes to networking/inetd.c

  • Committer: mmach
  • Date: 2023-07-06 04:40:25 UTC
  • Revision ID: netbit73@gmail.com-20230706044025-2ia9985i8wzdn2a7
1.36.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1208
1208
                        close(sep->se_fd);
1209
1209
        }
1210
1210
        remove_pidfile_std_path_and_ext("inetd");
1211
 
        exit(EXIT_SUCCESS);
 
1211
        exit_SUCCESS();
1212
1212
}
1213
1213
 
1214
1214
int inetd_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
1538
1538
#if ENABLE_FEATURE_INETD_SUPPORT_BUILTIN_ECHO \
1539
1539
 || ENABLE_FEATURE_INETD_SUPPORT_BUILTIN_DISCARD
1540
1540
# if !BB_MMU
1541
 
static const char *const cat_args[] = { "cat", NULL };
 
1541
static const char *const cat_args[] ALIGN_PTR = { "cat", NULL };
1542
1542
# endif
1543
1543
#endif
1544
1544