]> err.no Git - linux-2.6/blobdiff - net/sctp/protocol.c
[SCTP]: Move sysctl_sctp_[rw]mem definitions to protocol.c
[linux-2.6] / net / sctp / protocol.c
index 54edcd978f75c4a8b737bd30cee760d56317aee0..3ec8b12b6da458c74a75fc4e746a33cf58ba034a 100644 (file)
@@ -84,9 +84,9 @@ static struct sctp_af *sctp_af_v6_specific;
 struct kmem_cache *sctp_chunk_cachep __read_mostly;
 struct kmem_cache *sctp_bucket_cachep __read_mostly;
 
-extern int sysctl_sctp_mem[3];
-extern int sysctl_sctp_rmem[3];
-extern int sysctl_sctp_wmem[3];
+int sysctl_sctp_mem[3];
+int sysctl_sctp_rmem[3];
+int sysctl_sctp_wmem[3];
 
 /* Return the address of the control sock. */
 struct sock *sctp_get_ctl_sock(void)