OSDN Git Service

* strsig.cc: Fix formatting and copyright.
authorcorinna <corinna>
Sat, 27 Feb 2010 01:00:16 +0000 (01:00 +0000)
committercorinna <corinna>
Sat, 27 Feb 2010 01:00:16 +0000 (01:00 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/strsig.cc

index 64d60fe..8d9ab91 100644 (file)
@@ -1,7 +1,11 @@
+2010-02-26  Corinna Vinschen  <corinna@vinschen.de>
+
+       * strsig.cc: Fix formatting and copyright.
+
 2010-02-26  Pierre Humblet <Pierre.Humblet@ieee.org>
 
        * security.cc (check_access): Use user.imp_token if appropriate.
-        Set errno and return if DuplicateTokenEx fails .
+       Set errno and return if DuplicateTokenEx fails .
 
 2010-02-26  Corinna Vinschen  <corinna@vinschen.de>
 
index 1ca9af1..2dc1e44 100644 (file)
@@ -1,6 +1,6 @@
 /* strsig.cc
 
-   Copyright 2004 Red Hat, Inc.
+   Copyright 2004, 2007, 2008, 2010 Red Hat, Inc.
 
 This file is part of Cygwin.
 
@@ -49,7 +49,7 @@ struct sigdesc
   _s(SIGVTALRM, "Virtual timer expired"),      /* 26 */ \
   _s(SIGPROF, "Profiling timer expired"),      /* 27 */ \
   _s(SIGWINCH, "Window changed"),              /* 28 */ \
-  _s2(SIGPWR, "Power failure",                         /* 29 */ \
+  _s2(SIGPWR, "Power failure",                 /* 29 */ \
       SIGLOST, "Resource lost"),                        \
   _s(SIGUSR1, "User defined signal 1"),                /* 30 */ \
   _s(SIGUSR2, "User defined signal 2"),                /* 31 */ \