lkml.org 
[lkml]   [1999]   [Jan]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectsysctl CTL_KERN, KERN_OSREV
Hi,

I noted that KERN_OSREV isn't referenced anywhere in the kernel
sources and a sysctl to get it return an error, as espected ;> Should I
implement it or simply remove it from include/linux/sysctl.h, as the
revision can be easily parsed from the KERNEL_OSRELEASE sysctl?

[root@plucky linux]# find . -name "*.[ch]" -exec grep -l KERN_OSREV {} \;
./include/linux/sysctl.h
[root@plucky linux]# find . -name "*.[ch]" -exec grep -l KERN_OSTYPE {} \;
./kernel/sysctl.c
./include/linux/sysctl.h
[root@plucky linux]# find . -name "*.[ch]" -exec grep -l KERN_OSRELEASE {} \;
./kernel/sysctl.c
./include/linux/sysctl.h

- Arnaldo


-
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/

\
 
 \ /
  Last update: 2005-03-22 13:49    [W:3.768 / U:0.544 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site