summaryrefslogtreecommitdiff
path: root/src/os/os_pid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/os_pid.c')
-rw-r--r--src/os/os_pid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os/os_pid.c b/src/os/os_pid.c
index b1b94d60..9efe4633 100644
--- a/src/os/os_pid.c
+++ b/src/os/os_pid.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2001, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
@@ -40,7 +40,7 @@ __os_id(dbenv, pidp, tidp)
*pidp = dbenv->env->pid_cache;
}
-/*
+/*
* When building on MinGW, we define both HAVE_PTHREAD_SELF and DB_WIN32,
* and we are using pthreads instead of Windows threads implementation.
* So here, we need to check the thread implementations before checking