patch-1.3.99 linux/net/netrom/af_netrom.c
Next file: linux/net/socket.c
Previous file: linux/net/ipx/af_ipx.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Mon May 6 12:26:17 1996
- Orig file:
v1.3.98/linux/net/netrom/af_netrom.c
- Orig date:
Fri Apr 19 10:08:03 1996
diff -u --recursive --new-file v1.3.98/linux/net/netrom/af_netrom.c linux/net/netrom/af_netrom.c
@@ -235,7 +235,7 @@
* Once it is removed from the queue no interrupt or bottom half will
* touch it and we are (fairly 8-) ) safe.
*/
-void nr_destroy_socket(struct sock *sk) /* Not static as its used by the timer */
+void nr_destroy_socket(struct sock *sk) /* Not static as it's used by the timer */
{
struct sk_buff *skb;
unsigned long flags;
@@ -954,7 +954,7 @@
unsigned short frametype, window, timeout;
- skb->sk = NULL; /* Initially we don't know who its for */
+ skb->sk = NULL; /* Initially we don't know who it's for */
/*
* skb->data points to the netrom frame start
@@ -980,7 +980,7 @@
#endif
/*
- * Find an existing socket connection, based on circuit ID, if its
+ * Find an existing socket connection, based on circuit ID, if it's
* a Connect Request base it on their circuit ID.
*/
if (((frametype & 0x0F) != NR_CONNREQ && (sk = nr_find_socket(circuit_index, circuit_id)) != NULL) ||
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this