Subject: changed files: 'src/include dirent.h'
To: None <source-changes>
From: J.T. Conklin <jtc>
List: source-changes
Date: 12/10/1993 11:16:13
Update of /b/source/CVS/src/include
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/tmp2/include

Modified Files:
	dirent.h 
Log Message:
Expand "u_long" & "u_short" to "unsigned long" and "unsigned short".  
Some programs (like NSCA httpd) include <dirent.h> without first including
<sys/types.h> so the u_foo types aren't declared.  I don't think POSIX.1 
allows us to include <sys/types.h> in <dirent.h> either.


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