mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Patch 2.4.21 use propper type for pid -II
@ 2003-06-28 20:50 Walter Harms
  2003-06-28 21:52 ` Alan Cox
  2003-07-04 19:28 ` Hans-Peter Jansen
  0 siblings, 2 replies; 3+ messages in thread
From: Walter Harms @ 2003-06-28 20:50 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

692c692
< static int kill_something_info(int sig, struct siginfo *info, int pid)
---
> static int kill_something_info(int sig, struct siginfo *info, pid_t pid)
1014c1014
< sys_kill(int pid, int sig)
---
> sys_kill(pid_t pid, int sig)
1031c1031
< sys_tkill(int pid, int sig)
---
> sys_tkill(pid_t pid, int sig)
1058c1058
< sys_rt_sigqueueinfo(int pid, int sig, siginfo_t *uinfo)
---
> sys_rt_sigqueueinfo(pid_t pid, int sig, siginfo_t *uinfo)
-- 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-07-04 19:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-28 20:50 Patch 2.4.21 use propper type for pid -II Walter Harms
2003-06-28 21:52 ` Alan Cox
2003-07-04 19:28 ` Hans-Peter Jansen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®