]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/netconfig.c
Can you tell I'm REALLY avoiding another task right now?
[citadel.git] / citadel / server / netconfig.c
index 5be018371bee1bc8c6adba70987ffbb661437cdd..f5c0eeb1f1499aacd6468e79c82403854354d432 100644 (file)
@@ -1,6 +1,6 @@
 // This module handles loading, saving, and parsing of room network configurations.
 //
-// Copyright (c) 2000-2022 by the citadel.org team
+// Copyright (c) 2000-2023 by the citadel.org team
 //
 // This program is open source software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License, version 3.
@@ -9,15 +9,6 @@
 #include <stdio.h>
 #include <sys/types.h>
 #include <dirent.h>
-
-#ifdef HAVE_SYSCALL_H
-# include <syscall.h>
-#else 
-# if HAVE_SYS_SYSCALL_H
-#  include <sys/syscall.h>
-# endif
-#endif
-#include <dirent.h>
 #include <assert.h>
 #include <libcitadel.h>
 #include "ctdl_module.h"
@@ -170,9 +161,7 @@ void convert_legacy_netcfg_files(void) {
 }
 
 
-/*
- * Module entry point
- */
+// Module entry point
 char *ctdl_module_init_netconfig(void) {
        if (!threading) {
                convert_legacy_netcfg_files();