Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

obsolete(2) [redhat man page]

OBSOLETE(2)						     Linux Programmer's Manual						       OBSOLETE(2)

NAME
oldfstat, oldlstat, oldstat, oldolduname, olduname - obsolete system calls SYNOPSIS
Obsolete system calls. DESCRIPTION
The Linux 2.0 kernel implements these calls to support old executables. These calls return structures which have grown since their first implementation, but old executables must continue to receive old smaller structures. Current executables should be linked with current libraries and never use these calls. CONFORMING TO
These calls are unique to Linux and should not be used at all in new programs. SEE ALSO
fstat(2), lstat(2), stat(2), uname(2), unimplemented(2) Linux 2.0 1995-07-22 OBSOLETE(2)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

obsolete environment variables

how can we determine that which scripts ,binaries, utilities or something else uses a specific environment variable? i have an environment variable EXTRAPATH in a shell script, and i want to determine if it is used by something else or it is absolutely useless. (4 Replies)
Discussion started by: gfhgfnhhn
4 Replies

2. Shell Programming and Scripting

Is tcsh 100% compatible with the plain-old csh [on Solaris 9]

Hi folks There are about 200 csh scripts (I didn't wrote them). Do all those scripts run with tcsh without modification? Is tcsh 100% compatible with the plain-old csh? $ which csh /usr/bin/csh $ which tcsh /usr/bin/tcsh $ uname -a SunOS purzelse 5.9 Generic_117171-07 sun4u sparc... (2 Replies)
Discussion started by: slashdotweenie
2 Replies

3. Shell Programming and Scripting

Should I learn bash scripting or is it going obsolete?

Hi folks, I'm a CS students enrolled in a sysadmin class where we've been covering bash scripting for the past few weeks. I have prior knowledge in java, c++, c#, python,and some scripting languages like asp.net w/c# and php. This bash stuff seems pretty neat and a bit different than what I am... (9 Replies)
Discussion started by: KalEl
9 Replies

4. Programming

[C/Linux]Help in replacing obsolete function

Hi guys, I need help on some function replacement cause I get obsolete function warning(and I must remove it): -gethostbyaddr(arg1,arg2,arg3) -gethostbyname(arg1) -getservbyname(arg1,arg2) can be replaced with getaddrinfo(arg1,arg2,arg3,arg4) but I'm not able to undestand how(libraries... (0 Replies)
Discussion started by: fracche
0 Replies

5. UNIX for Advanced & Expert Users

install a obsoleted package

How do you install a obsoleted package? This is the error message if you are curious. $ sudo rpm -i /home/bob/Downloads/OOO330_m20_native_packed-1_en-US.9567/RPMS/openoffice.org-ure-1.7.0-9567.i586.rpm password for bob: error: Failed dependencies: openoffice.org-ure < 1:3.3.1 is... (5 Replies)
Discussion started by: cokedude
5 Replies