diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
| commit | b205d83df7763ca1f099bce5ac12a05862a626c4 (patch) | |
| tree | f30d11bce592433d73cbb079c6db2d3428a52cf5 /lib/libkse/support | |
| parent | 54055718ff5134ddd61afc4c5f01440022040a06 (diff) | |
Diffstat (limited to 'lib/libkse/support')
| -rw-r--r-- | lib/libkse/support/Makefile.inc | 2 | ||||
| -rw-r--r-- | lib/libkse/support/thr_support.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkse/support/Makefile.inc b/lib/libkse/support/Makefile.inc index 956667fdef7d0..81f43de9b7efb 100644 --- a/lib/libkse/support/Makefile.inc +++ b/lib/libkse/support/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libkse/support/Makefile.inc,v 1.9.8.1 2009/04/15 03:14:26 kensmith Exp $ .PATH: ${.CURDIR}/support ${.CURDIR}/../libc/gen ${.CURDIR}/../libc/string .PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/sys diff --git a/lib/libkse/support/thr_support.c b/lib/libkse/support/thr_support.c index 2956e07a5d6b1..c834683211d2d 100644 --- a/lib/libkse/support/thr_support.c +++ b/lib/libkse/support/thr_support.c @@ -22,7 +22,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libkse/support/thr_support.c,v 1.5.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <sys/cdefs.h> |
