problem with time command? (/bin/time)

Jim Balter jim at segue.segue.com
Sun Dec 23 07:23:37 AEST 1990


In article <1054 at van-bc.wimsey.bc.ca> jtc at van-bc.wimsey.bc.ca (J.T. Conklin) writes:
] I think that the /bin/time source compiles in the value of HZ from
] <sys/param.h>.  If the header file is incorrect, then the wrong value
] must have been compiled in.
]
] I don't know why csh gets it right.  Perhaps it reads HZ from the
] environment?

Correct programs use sysconf() instead of sys/param.h.



More information about the Comp.unix.sysv386 mailing list