Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 04/30/1997 00:50:03
thorpej
Tue Apr 29 17:40:47 PDT 1997
Update of /cvsroot/src/lib/libc/md
In directory netbsd1:/var/slash-tmp/cvs-serv16963

Modified Files:
	Makefile.inc mdXhl.c 
Added Files:
	md4hl.c md5hl.c 
Log Message:
- Liberal application of suggestions in /usr/share/misc/style.
- Don't use sed(1) to generate these files.  The C preprocessor
  is your friend.


thorpej
Tue Apr 29 17:43:09 PDT 1997
Update of /cvsroot/src/lib/libc
In directory netbsd1:/var/slash-tmp/cvs-serv17857

Modified Files:
	Makefile 
Log Message:
Add md5c.c to the list of files to copy-to-libkern.


thorpej
Tue Apr 29 17:44:50 PDT 1997
Update of /cvsroot/src/include
In directory netbsd1:/var/slash-tmp/cvs-serv18438

Modified Files:
	md4.h 
Log Message:
- Liberal application of suggestions in /usr/share/misc/style.
- Protect function prototypes with __BEGIN_DECLS/__END_DECLS


thorpej
Tue Apr 29 17:45:43 PDT 1997
Update of /cvsroot/src/include
In directory netbsd1:/var/slash-tmp/cvs-serv18642

Modified Files:
	Makefile 
Removed Files:
	md5.h 
Log Message:
Move md5.h to <sys/md5.h> so that it may be included by the kernel.
A symlink is used to preserve <md5.h> compatibility.


thorpej
Tue Apr 29 17:47:31 PDT 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv18741

Added Files:
	md5.h 
Log Message:
- Move md5.h to <sys/md5.h> so that it may be included by the kernel.
- Liberal application of suggestions in /usr/share/misc/style.
- Protect function prototypes with __BEGIN_DECLS/__END_DECLS


thorpej
Tue Apr 29 17:49:11 PDT 1997
Update of /cvsroot/src/sys
In directory netbsd1:/var/slash-tmp/cvs-serv19148

Modified Files:
	Makefile 
Log Message:
Make an <md5.h> -> <sys/md5.h> symlink.