Subject: CVS commit: src/lib/libssp/ssp
To: None <source-changes@NetBSD.org>
From: Thor Lancelot Simon <tls@netbsd.org>
List: source-changes
Date: 05/23/2007 21:13:15
Module Name: src
Committed By: tls
Date: Wed May 23 21:13:15 UTC 2007
Modified Files:
src/lib/libssp/ssp: ssp.h string.h
Log Message:
From christos: make inline functions static __inline, because some userland programs might redefine inline, or the compiler might not listen to us although we use __attribute__((__always_inline__))
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/lib/libssp/ssp/ssp.h src/lib/libssp/ssp/string.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.