Explorar o código

modules/sctp: reverted accidental commit on sctp module while committing
lcr changes

Juha Heinanen %!s(int64=11) %!d(string=hai) anos
pai
achega
5e5377bc0f
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      modules/sctp/sctp_mod.c

+ 0 - 4
modules/sctp/sctp_mod.c

@@ -37,9 +37,7 @@
 MODULE_VERSION
 
 static int mod_init(void);
-#ifdef USE_SCTP
 static int sctp_mod_pre_init(void);
-#endif
 
 
 static cmd_export_t cmds[]={
@@ -124,7 +122,6 @@ static int mod_init(void)
 #endif /* USE_SCTP */
 }
 
-#ifdef USE_SCTP
 static int sctp_mod_pre_init(void)
 {
 	sctp_srapi_t api;
@@ -146,4 +143,3 @@ static int sctp_mod_pre_init(void)
 	}
 	return 0;
 }
-#endif