* 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
* Re: Patch 2.4.21 use propper type for pid -II
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
1 sibling, 0 replies; 3+ messages in thread
From: Alan Cox @ 2003-06-28 21:52 UTC (permalink / raw)
To: Walter Harms; +Cc: Linux Kernel Mailing List
On Sad, 2003-06-28 at 21:50, Walter Harms wrote:
> 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.
For the syscalls the pid is passed as an integer so they are right as is
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Patch 2.4.21 use propper type for pid -II
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
1 sibling, 0 replies; 3+ messages in thread
From: Hans-Peter Jansen @ 2003-07-04 19:28 UTC (permalink / raw)
To: Walter Harms, linux-kernel
Dear Walter,
try:
alias diff='diff -u'
in .bashrc, and your diff will do, what everyone want to see here.
while at it, you may also find these useful sometimes:
alias lazydiff='diff -uiwbBd'
alias drypatch='patch --dry-run'
Aliasing-ly y'rs,
Pete
On Saturday 28 June 2003 22:50, Walter Harms wrote:
> 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®