bug-coreutils
[Top][All Lists]
Advanced

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

Fix for stat on Ultrix


From: Bert Deknuydt
Subject: Fix for stat on Ultrix
Date: Mon, 7 Apr 2003 18:40:29 +0200

Hello,

Hereby the fix for stat.c on Ultrix.  This is on Ultrix 4.4, but I expect
the same fix will do for 4.3a and 4.5.

Insert the following in stat.c, after the hack for NetBSD

#ifdef __ultrix__
#include <netinet/in.h>
#include <nfs/nfs_clnt.h>
#include <nfs/vfs.h>
#endif

Greetings & Thanks for the soft!

Bert.

-- 
-------------- eMail address@hidden ---------------
B.DeKnuydt, PSI-KULeuven                            Tel. +32-16-321880
Kasteelpark Arenberg 10          /|    | ||
B-3001 Leuven-Heverlee        _,_)|  4_|_||
FLANDERS, BELGIUM            / .                    Fax. +32-16-321838
-------------- http://www.esat.kuleuven.ac.be/~deknuydt --------------
        Cursed be man! How ungrateful is he! Qur'An 80, 17




reply via email to

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