linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Patch 2.4.21 use propper type for pid -III
@ 2003-06-28 20:51 Walter Harms
  0 siblings, 0 replies; only message in thread
From: Walter Harms @ 2003-06-28 20:51 UTC (permalink / raw)
  To: linux-kernel

- 
Hi liste,
this is a small patch to fix functions that do not use the 
correct type for pid. daniele bellucci and i have worked this 
out. 

walter


--- include/linux/fs.h.org	2003-06-28 21:50:30.000000000 +0200
+++ include/linux/fs.h	2003-06-28 21:48:53.000000000 +0200
@@ -516,7 +516,7 @@
 };
 
 struct fown_struct {
-	int pid;		/* pid or -pgrp where SIGIO should be sent */
+	pid_t pid;		/* pid or -pgrp where SIGIO should be sent */
 	uid_t uid, euid;	/* uid/euid of process setting the owner */
 	int signum;		/* posix.1b rt signal to be delivered on IO */
 };

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

only message in thread, other threads:[~2003-06-28 20:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-28 20:51 Patch 2.4.21 use propper type for pid -III Walter Harms

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).