search for: __qnxnto__

Displaying 2 results from an estimated 2 matches for "__qnxnto__".

2000 Sep 12
0
OpenSSH 2.2.0p1 port to QNX 4
...e not supported under QNX. Please include my changes into the OpenSSH portable distribution to allow others to install OpenSSH under QNX easily. Greetings Andreas -------------- next part -------------- /* Things the system doesn't provide under QNX */ #if defined(__QNX__) && !defined(__QNXNTO__) #ifndef QNX_TERM_H #define QNX_TERM_H #define IXANY 0 /* not supported on QNX; under Linux 0004000 */ #define ONLCR 0 /* not supported on QNX; under Linux 0000004 */ #endif /* !QNX_TERM_H */ #endif /* __QNX__ && !__QNXNTO__ */ -------------- next part -------------- diff -cr openssh-2.2....
2007 Sep 19
1
sp_expire is 0 in QNX Neutrino
...as follows: ========== cut ========= *** auth-shadow.c.was Sun Apr 29 02:10:58 2007 --- auth-shadow.c Wed Sep 19 01:04:18 2007 *************** *** 66,71 **** --- 66,72 ---- if (spw->sp_expire == -1) { debug3("account expiration disabled"); + #ifndef __QNXNTO__ } else if (daysleft < 0) { logit("Account %.100s has expired", spw->sp_namp); return 1; *************** *** 75,80 **** --- 76,82 ---- "Your account will expire in %d day%s.\n", daysleft, d...