Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/kern/sys_sig.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/kern/sys_sig.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.42 retrieving revision 1.43 diff -u -p -r1.42 -r1.43 --- src/sys/kern/sys_sig.c 2014/02/14 16:35:11 1.42 +++ src/sys/kern/sys_sig.c 2014/10/18 08:33:29 1.43 @@ -1,4 +1,4 @@ -/* $NetBSD: sys_sig.c,v 1.42 2014/02/14 16:35:11 christos Exp $ */ +/* $NetBSD: sys_sig.c,v 1.43 2014/10/18 08:33:29 snj Exp $ */ /*- * Copyright (c) 2006, 2007, 2008 The NetBSD Foundation, Inc. @@ -66,7 +66,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: sys_sig.c,v 1.42 2014/02/14 16:35:11 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sys_sig.c,v 1.43 2014/10/18 08:33:29 snj Exp $"); #include #include @@ -357,7 +357,7 @@ sys_setcontext(struct lwp *l, const stru * of sigwaitinfo() and sigwait(). * * This only handles single LWP in signal wait. libpthread provides - * it's own sigtimedwait() wrapper to DTRT WRT individual threads. + * its own sigtimedwait() wrapper to DTRT WRT individual threads. */ int sys_____sigtimedwait50(struct lwp *l,