solar@simple grsecurity $ diff -u grsec_sock.c{.orig,} --- grsec_sock.c.orig 2004-11-17 13:34:56.000000000 -0500 +++ grsec_sock.c 2004-11-17 13:36:10.000000000 -0500 @@ -13,8 +13,8 @@ struct task_struct *deleted_conn = (struct task_struct *)~0; spinlock_t gr_conn_table_lock = SPIN_LOCK_UNLOCKED; -extern __inline__ const char * gr_socktype_to_name(unsigned char type); -extern __inline__ const char * gr_proto_to_name(unsigned char proto); +extern const char * gr_socktype_to_name(unsigned char type); +extern const char * gr_proto_to_name(unsigned char proto); static __inline__ int conn_hash(__u32 saddr, __u32 daddr, __u16 sport, __u16 dport, unsigned int size)