Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/12/2004 23:17:37
Module Name: src
Committed By: thorpej
Date: Sun Sep 12 23:17:37 UTC 2004
Modified Files:
src/sys/kern: kern_uuid.c
src/sys/sys: endian.h
Log Message:
Move the 16/32-bit encode/decode to/from octet stream routines from
kern_uuid.c to sys/endian.h (where FreeBSD has them), and add 64-bit
variants.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/kern/kern_uuid.c
cvs rdiff -r1.9 -r1.10 src/sys/sys/endian.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.