On Oct 3, 2011, at 14:45 34, Rüdiger wrote: > Sorry... how to do this.? Put this in a file.?
Yes. > And then "patch file timex.h" First make a backup copy someplace of '/usr/include/sys/timex.h'. Then cd to '/usr/include/sys' and do: cat <path-to-patch-file> | patch -p0 You should get back a message like: 'patching file timex.h'. Cheers! |-------------------------------------------------------------------------| | Frederick F. Gleason, Jr. | Chief Developer | | | Paravel Systems | |-------------------------------------------------------------------------| | Logic is a way to go wrong with confidence. | | --Robert Heinlein | | "The Notebooks of Lazarus Long" | |-------------------------------------------------------------------------| _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
