lukem
|
1ad851cb0f
|
use LOG_WARNING instead of LOG_ERR for non critical errors
|
2001-01-10 01:50:05 +00:00 |
fvdl
|
e1d419e43a
|
Use TI-RPC interface. ANSIfy.
|
2000-06-03 19:06:25 +00:00 |
christos
|
6b709e3d6d
|
use syslog instead of fprintf, otherwise no-one will see the error
|
1999-07-06 14:36:10 +00:00 |
christos
|
d6ab36722f
|
fix bugs in getidle() that would cause -1 to be returned as the idle time.
also log when we cannot stat the device to get the idle time.
|
1998-08-12 14:47:30 +00:00 |
perry
|
bfd526219d
|
bzero->memset, bcopy->memcpy, bcmp->memcmp
|
1998-08-10 02:57:23 +00:00 |
mrg
|
ae7821a46c
|
KNF.
|
1998-07-03 11:49:50 +00:00 |
kleink
|
bcc2f4cc93
|
Need <time.h> for time() prototype, and rearrange inclusion order a bit.
|
1998-04-01 14:47:01 +00:00 |
christos
|
36e588a416
|
PR/4848: Kimmo Suominen: rpc_rusersd tries to open remote host as display
- change LOG_ERR to LOG_DEBUG because xdisplay access fails most
of the time.
- only try the display code if the ut_host field has a :
|
1998-01-20 17:39:14 +00:00 |
thorpej
|
46f168d9f2
|
The "ufp" global wasn't used in any XIDLE code, so don't declare it inside
an #ifdef XIDLE. Instead, declare it as an automatic in each function that
uses it.
|
1997-09-19 00:50:04 +00:00 |
christos
|
06f9c7876a
|
Fix WARNS problems. sigsetjmp() was missing an argument.
|
1997-09-17 16:35:54 +00:00 |
thorpej
|
176865a07b
|
RCS id police.
|
1996-08-30 20:15:06 +00:00 |
thorpej
|
d6cc013968
|
Now that we compile the tree with -Werror, remove an explicit #warning
and replace it with an XXX comment.
|
1995-12-14 21:58:33 +00:00 |
pk
|
4a5c9a20e5
|
Use `xdrproc_t' to declare xdr_{args,result}. (takes care of PR#1182).
|
1995-07-09 00:30:11 +00:00 |
pk
|
5bf5f9214d
|
Make declarations confirm to rpcgen generated prototypes.
|
1995-06-24 15:47:49 +00:00 |
mycroft
|
b481f03023
|
General cleanup.
|
1995-01-13 19:59:13 +00:00 |
cgd
|
b54e75897f
|
be a bit more careful with types, casts, and and function declarations.
|
1994-12-23 14:29:31 +00:00 |
cgd
|
de4dd71dfa
|
do the right thing with ifdef, and warn about i386 console hack
|
1993-11-23 04:40:28 +00:00 |
brezak
|
4b660341e6
|
Remove support for vers 1 interface. Add vers 3 interface support. Fix ver 2 support to interoperate with Sun's.
|
1993-11-21 18:56:33 +00:00 |
mycroft
|
aee4b07b8a
|
Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
|
1993-08-02 17:48:44 +00:00 |
brezak
|
98e705f4ed
|
Look at correct device for X server idle time.
|
1993-07-16 14:57:19 +00:00 |
brezak
|
55a46f2c44
|
Changes for using XIDLE option.
|
1993-06-11 01:10:14 +00:00 |
brezak
|
48b719546c
|
Fix number of args to svcerr_progvers()
|
1993-06-09 19:54:03 +00:00 |
brezak
|
e715315160
|
Add rpc.rstatd, rpc.rusersd, and rpc.rwalld.
|
1993-06-03 19:26:09 +00:00 |