avr-chat
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-chat] AVR-chat Digest, Vol 82, Issue 7


From: Joerg Wunsch
Subject: Re: [avr-chat] AVR-chat Digest, Vol 82, Issue 7
Date: Mon, 2 Jan 2012 18:51:39 +0100 (MET)

=?utf-8?B?0JDRgNGC0LXQvA==?= <address@hidden> wrote:

> And also question for the last respondent (Joerg Wunsch) : How do I
> use this patch? Just replace code lines in ser_posix.c with it? Or
> copy this patch to begging of ser_posix.c?

Normally, you'd use a utility named `patch', which does all the
low-level legwork for you.  You could feed the entire article into
that utility (to stdin), it will find out the start of the patch by
itself, and it's also figuring out the filename to patch.

If you've stored the patch in a file there, it's just:

patch < patchfile

If you don't have that utility, you can manually edit ser_posix.c as
well.  After all, it's only a few lines.
-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]