All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] smbfs: fixup header cleanups: forward declare struct sock, add include/uio.h
@ 2002-11-18 13:02 Arnaldo Carvalho de Melo
  0 siblings, 0 replies; only message in thread
From: Arnaldo Carvalho de Melo @ 2002-11-18 13:02 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List

Linus,

	Please pull from:

master.kernel.org:/home/acme/BK/includes-2.5

	Now there are six outstanding changesets.

- Arnaldo

You can import this changeset into BK by piping this whole message to:
'| bk receive [path to repository]' or apply the patch as usual.

===================================================================


ChangeSet@1.895, 2002-11-18 10:43:55-02:00, acme@conectiva.com.br
  o smbfs: fixup header cleanups: forward declare struct sock, add include/uio.h


 proto.h   |    1 +
 request.h |    3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)


diff -Nru a/fs/smbfs/proto.h b/fs/smbfs/proto.h
--- a/fs/smbfs/proto.h	Mon Nov 18 10:57:18 2002
+++ b/fs/smbfs/proto.h	Mon Nov 18 10:57:18 2002
@@ -3,6 +3,7 @@
  */
 
 struct smb_request;
+struct sock;
 
 /* proc.c */
 extern int smb_setcodepage(struct smb_sb_info *server, struct smb_nls_codepage *cp);
diff -Nru a/fs/smbfs/request.h b/fs/smbfs/request.h
--- a/fs/smbfs/request.h	Mon Nov 18 10:57:18 2002
+++ b/fs/smbfs/request.h	Mon Nov 18 10:57:18 2002
@@ -1,6 +1,7 @@
+#include <linux/list.h>
 #include <linux/types.h>
+#include <linux/uio.h>
 #include <linux/wait.h>
-#include <linux/list.h>
 
 struct smb_request {
 	struct list_head rq_queue;	/* recvq or xmitq for the server */

===================================================================


This BitKeeper patch contains the following changesets:
1.895
## Wrapped with gzip_uu ##


begin 664 bkpatch15365
M'XL(`*[CV#T``]55T4[;,!1]KK_B2CQN37R=.'&S%3%@VA"3AICX`-=QEX@T
M[FP'-BD?/R>PCD(W!.*%)/*#3W3NN?><.'MPX;0M)E*M--F#S\;Y8J),JY6O
MKV2DS"I:V`"<&Q.`N#(K'1^>QG6KFJ[4;LHB3@)\)KVJX$I;5TPP2C8[_M=:
M%Y/SCY\NOGPX)V0^AZ-*MM_U-^UA/B?>V"O9E.Y`^JHQ;>2M;-U*^[%POWFU
M9Y2R<'/,$\JS'C.:YKW"$E&FJ$O*4I&E9.CAX+[V>RR(*)"EC+,>4YXS<@P8
MB1D'RF+$&`4@+=*DX'Q*64$I["2%-PRFE!S"RS9P1!08<*O%TA6PK']V:ZBT
M++4%U6C9=NMAV]AK:4LHM6JDU>"\[90'9]3E6Y!E";?6Q%UMHHJ<`J9,4'+V
M=_!D^L2+$"HIV8?U8.GN3I<N'F7':VM\J+MI>%A0],AR/@OKC"9:<IYEBS))
MU>[A[B:[-2[AV"=($Q;T='8AVP.OG7=>^CJ(VI)B]8\N8'_$Y,@IY1RSGB+R
MO%\@385(1<E5PGA(P"-BMNGNR`F&"CYF^[[P(>(O/C3R2-M;9#,V8TE(5]:S
MF6`W:<\?9!W_GW5\-5F_2<97F-KK\0G9/7O@RC/R?\(!R9WJ[[;MWD1C,/QE
M4_E,NKRG2<:ST6_V5+_#V8:OP^_QR_N7W9O1/,=P&@S?NRT'[YNZ[7[&33VP
E[9,3W`&.DO;)<1*PS>]/55I=NFXU%SQ9,D8%^0VRXQ^^<`<`````
`
end

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-18 12:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-18 13:02 [PATCH] smbfs: fixup header cleanups: forward declare struct sock, add include/uio.h Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.