-	wait(&status)
./cmd/sccs/cmd/src/admin.c
./cmd/sccs/cmd/src/delta.c
./cmd/sccs/cmd/src/prs.c
./cmd/sccs/cmd/src/sccs.c
./cmd/sccs/cmd/src/unget.c
./cmd/sccs/cmd/src/bdiff.c
./cmd/sccs/lib/comobj/src/dohist.c

valmrs() ????:
./cmd/sccs/lib/comobj/src/dohist.c



-	Make sccs behave more correctly for SCCS sid
	timestamps > 2038/01/19 3:14:07 (GMT)

-	Make sccs warn if timestamps > 2038/01/19 3:14:07 (GMT)
	cannot be converted into a 32 bit time_t

-	Make sccs Year 2069 clean by e.g. using 4 digit year
	numbers in this case.

-	Make it possible to use GMT sid timestamps in SCCS history files.
	This could be done by either:

	-	Adding a new SCCS flag 'g' to switch the complete
		history file into GMT mode.

		This is accepted by old sccs versions.

		The SCCS 'g' flag could have a "gmtoffset" parameter
		that counts in seconds to the east of GMT.
	

	-	Adding a "^AG gmtoffset" line to each delta table.
		Unfortunately this is is not accepted by old sccs
		versions.

-	Add "Schily" specific extensions like e.g. "sccslog" - a program
	that create changelog files from SCCS history files.

-	Port the Solaris "diff" command, include it with SCCS and put 
	it into /usr/ccs/bin to make sure that SCCS has no line length
	limitation regardless of the platform it is used on.


Help is needed with the following items:

-	Translating the messages and helpfiles

-	Add a remote access interface

-	Add highlevel commands for grouping a set of files into
	a release.
