Subject: changed files: 'src/sbin/dump unctime.c'
To: None <source-changes>
From: J.T. Conklin <jtc>
List: source-changes
Date: 12/23/1993 17:17:04
Update of /b/source/CVS/src/sbin/dump
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/tmp1/dump

Modified Files:
	unctime.c 
Log Message:
Replace emitl(), a function that converts a struct tm to a time_t, with
a call to C library function mktime(), which does the exact same thing
(using basically the same algorithm too).


------------------------------------------------------------------------------