Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-10-25 12:08:39 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-10-25 12:08:39 +0400
commit0f93784fcc731b8cbc7550ff12fc5fe03ccedce9 (patch)
tree7ebd2b9bf6a765cc80b1a4a45bc6713adfa6a33c /winsup/cygserver
parent6555743a4bba74913f8df26482bbd9ed4f8adddf (diff)
* bsd_helper.cc (adjust_identity_info): Fix typo in log message.
Diffstat (limited to 'winsup/cygserver')
-rw-r--r--winsup/cygserver/ChangeLog4
-rw-r--r--winsup/cygserver/bsd_helper.cc4
2 files changed, 6 insertions, 2 deletions
diff --git a/winsup/cygserver/ChangeLog b/winsup/cygserver/ChangeLog
index c3731f710..94df74512 100644
--- a/winsup/cygserver/ChangeLog
+++ b/winsup/cygserver/ChangeLog
@@ -1,3 +1,7 @@
+2012-10-25 Corinna Vinschen <corinna@vinschen.de>
+
+ * bsd_helper.cc (adjust_identity_info): Fix typo in log message.
+
2012-07-19 Corinna Vinschen <corinna@vinschen.de>
* woutsup.h: Just include winlean.h.
diff --git a/winsup/cygserver/bsd_helper.cc b/winsup/cygserver/bsd_helper.cc
index 6dabdc87e..7c6d23a60 100644
--- a/winsup/cygserver/bsd_helper.cc
+++ b/winsup/cygserver/bsd_helper.cc
@@ -1,6 +1,6 @@
/* bsd_helper.cc
- Copyright 2003, 2004, 2005, 2007 Red Hat Inc.
+ Copyright 2003, 2004, 2005, 2007, 2012 Red Hat Inc.
This file is part of Cygwin.
@@ -400,7 +400,7 @@ adjust_identity_info (struct proc *p)
p->gid = cygwin_internal (CW_GET_GID_FROM_SID, pgrp->PrimaryGroup);
free (pgrp);
if (p->gid == (gid_t)-1)
- log (LOG_WARNING,"WARNING: Group not found in /etc/passwd! Using gid -1!");
+ log (LOG_WARNING,"WARNING: Group not found in /etc/group! Using gid -1!");
/* Generate gid list from token group's SID list. Also look if the token
has an enabled admin group SID. That means, the process has admin