From: Hans-Peter Jansen <hpj@urpla.net>
To: "Walter Harms" <Walter.Harms@Informatik.Uni-Oldenburg.DE>,
linux-kernel@vger.kernel.org
Subject: Re: Patch 2.4.21 use propper type for pid -II
Date: Fri, 4 Jul 2003 21:28:01 +0200 [thread overview]
Message-ID: <200307042128.02083.hpj@urpla.net> (raw)
In-Reply-To: <E19WMeK-000CqW-00@grossglockner.Informatik.Uni-Oldenburg.DE>
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)
prev parent reply other threads:[~2003-07-04 19:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-28 20:50 Walter Harms
2003-06-28 21:52 ` Alan Cox
2003-07-04 19:28 ` Hans-Peter Jansen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200307042128.02083.hpj@urpla.net \
--to=hpj@urpla.net \
--cc=Walter.Harms@Informatik.Uni-Oldenburg.DE \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®