diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2003-04-18 07:45:03 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2003-04-18 07:45:03 +0000 |
| commit | 078d4c1b8ba4dba79e98c3f8cc9d6ff2c498195d (patch) | |
| tree | ca797d3f93b7ea4a40a74b03ccc62009d883ae17 /lib/libpthread/thread/thr_kern.c | |
| parent | e4c2ac1637ab1039778694ccb3b91425371e0562 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_kern.c')
| -rw-r--r-- | lib/libpthread/thread/thr_kern.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libpthread/thread/thr_kern.c b/lib/libpthread/thread/thr_kern.c index 10e8b085bcec..6b11d1ca7995 100644 --- a/lib/libpthread/thread/thr_kern.c +++ b/lib/libpthread/thread/thr_kern.c @@ -31,11 +31,9 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ - * */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD"); +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/kse.h> |
