patch-2.3.99-pre6 linux/include/linux/atmdev.h
Next file: linux/include/linux/binfmts.h
Previous file: linux/include/linux/ac97_codec.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Wed Apr 26 15:32:25 2000
- Orig file:
v2.3.99-pre5/linux/include/linux/atmdev.h
- Orig date:
Mon Mar 27 08:08:31 2000
diff -u --recursive --new-file v2.3.99-pre5/linux/include/linux/atmdev.h linux/include/linux/atmdev.h
@@ -257,7 +257,7 @@
#define ATM_ATMOPT_CLP 1 /* set CLP bit */
-typedef struct { unsigned short bits; } atm_vcc_flags_t;
+typedef struct { unsigned int bits; } atm_vcc_flags_t;
struct atm_vcc {
@@ -286,7 +286,6 @@
struct sk_buff_head recvq; /* receive queue */
struct k_atm_aal_stats *stats; /* pointer to AAL stats group */
wait_queue_head_t sleep; /* if socket is busy */
- wait_queue_head_t wsleep; /* if waiting for write buffer space */
struct sock *sk; /* socket backpointer */
struct atm_vcc *prev,*next;
/* SVC part --- may move later ------------------------------------- */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)