Messages in this thread Patch in this message |  | | | Date | Thu, 24 Feb 2000 11:23:25 +0000 (GMT) | | From | Tigran Aivazian <> | | Subject | Re: [patch-2.3.48-pre1] latest ABI |
| |
On Thu, 24 Feb 2000, Tigran Aivazian wrote: > When 2.3.48-preX stabilizes a tiny bit (at the moment it won't even > compile because of list*.h stuff) I will test the patch and update if > necessary. Maybe this evening. For now feel free to download the latest > copy from: > > http://www.ocston.org/~tigran/patches/abi-2.3.48-p1.patch.gz
ok, it was just a trivial thing like:
# diff -ur sysctl.h.0 sysctl.h --- sysctl.h.0 Thu Feb 24 09:16:55 2000 +++ sysctl.h Thu Feb 24 08:59:45 2000 @@ -21,8 +21,6 @@ **************************************************************** */ -#include <linux/lists.h> - #ifndef _LINUX_SYSCTL_H #define _LINUX_SYSCTL_H no point in reissuing the whole patch - surely it will be fixed by 2.3.48 time anyway so it will apply cleanly. I have made sure that basic functionality (e.g. running UW7 cscope(1)) works fine: # cat /proc/execdomains 14-14 UnixWare 7 [abi_uw7] 0-0 Linux [kernel] # lsmod Module Size Used by abi_uw7 16864 1 (autoclean) svr4_common 73932 0 (autoclean) [abi_uw7] abi_common 41036 0 (autoclean) [abi_uw7 svr4_common] tlan 24584 1 (autoclean) # /uw7/usr/bin/uname -a Linux elisha 2.3.48 2 i686 IA32 LBT GNU/Linux # uname -a Linux elisha 2.3.48 #2 SMP Thu Feb 24 08:58:43 GMT 2000 i686 unknown
Regards, ------ Tigran A. Aivazian | http://www.sco.com Escalations Research Group | tel: +44-(0)1923-813796 Santa Cruz Operation Ltd | http://www.ocston.org/~tigran
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
|  |