|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
CVS: cvs.openbsd.org: src
From: Todd C. Miller (millert
cvs.openbsd.org)
Date: Thu Jul 15 2004 - 06:00:12 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: millert
cvs.openbsd.org 2004/07/15 05:00:12
Modified files:
sys/compat/common: kern_ipc_35.c
Log message:
In cvt_ds, copy from the address of the first element past the
struct ipc_perm instead of using sizeof to figure out the offset.
Might make a difference for architectures with strict alignment if
someone changes this from bcopy to memcpy and gcc inlines it.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]