Displaying 6 results from an estimated 6 matches for "__osf__".
2007 May 05
2
Tru64 patch for mountpoint.c
I believe that there is one more patch required for a successful build
on Tru64:
# diff ./src/lib/mountpoint.c.orig ./src/lib/mountpoint.c
60a61,63
> #ifdef __osf__
> point_r->type = p_strdup(pool, getvfsbynumber(buf.f_type));
> #else
62c65,66
< point_r->block_size = buf.f_bsize;
---
> #endif
> point_r->block_size = buf.f_bsize;
Cheers
--
Simon L Jackson
Carringbush.Net
+-
Carringbush.Net
Hosting * Deve...
2000 May 02
5
starting smb services at bootup on x86 RH6.1
I am running RH6.1 on an x86 with 2.0.6 installed with an RPM. I am
confused as to getting smb to start at bootup. It works fine if I start it
manually (/etc/rc.d/init.d/smb start). I swear, the 5.2 installation had
smb start at bootup, but I can't find the difference between the two. Is
the answer
1 - edit the /etc/inetd.conf file (swat needed a line uncommented)
2 - edit the
2003 Oct 02
1
another Dovecot problem
Hi All--
First, thanks to Timo for solving my last issue. I got dovecot up and
running on one of my machines, and it does exactly what I want. Now I'm
trying to install dovecot on an older box (glibc 2.0.7 Linux kernel
2.0.36), and encountering some problems:
-- firstly autoconf/automake does not seem to correctly deal with the
madvise function on this system. It detects that we don't
2024 Mar 23
0
[ANNOUNCE] xdm 1.1.15
...ef AF_DECnet
unifdef SYSV
unifdef SIGNALS_RESET_WHEN_CAUGHT
unifdef UNRELIABLE_SIGNALS
unifdef FRAGILE_DEV_MEM
Remove support for SVR4 systems other than Solaris/illumos
include <shadow.h> on all platforms with HAVE_GETSPNAM set, not just SVR4
unifdef __osf__
session.c: clear -Wredundant-decls warnings on Solaris
xdm 1.1.15
Alisson Bruno (1):
Fix --with-systemd-daemon option
git tag: xdm-1.1.15
https://xorg.freedesktop.org/archive/individual/app/xdm-1.1.15.tar.gz
SHA256: a8af0b40642d76356202ed8d217fd42acdcc21876de912a48c1ce69ccc4082...
2024 Nov 17
0
[ANNOUNCE] libXt 1.3.1
Alan Coopersmith (11):
README.md: update & correct links to O'Reilly X Toolkit books
unifdef ultrix
unifdef sgi
unifdef hpux
unifdef __osf__
unifdef AIXV3
unifdef MOTOROLA
unifdef USG
unifdef VMS
unifdef __EMX__
unifdef AIXSHLIB & SUNSHLIB
Matt Turner (1):
libXt 1.3.1
Mohamed Akram (1):
Improve linking with widget libraries on macOS
Thomas E. Dickey (8):
issue #17: avoid _Stat...
2000 May 02
0
2.0.7 : 2 problems with install on Compaq Tru64
...s on line :
if (save_errno == EDQUOT) /* disk quota exceeded */
2- As AIX, Tru64 has utmpx.h but 'x functions' are not implemented. I had
to undefined HAVE_UTMPX_H for Tru64 to be able to link smbd.
This is in smbd/connection.c. I added after the same code for AIX :
#if defined (__osf__)
#undef HAVE_UTMPX_H
#endif
This happens with Tru64 native C compiler. I don't know if gcc exhibits the
same behaviour.
Michel
*************************************************************
* Michel Jouvin Email : jouvin@lal.in2p3.fr *
* LAL / CNRS...