* strsig.cc: Fix formatting and copyright.
This commit is contained in:
parent
a90dc29d18
commit
f467ede283
|
@ -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>
|
2010-02-26 Pierre Humblet <Pierre.Humblet@ieee.org>
|
||||||
|
|
||||||
* security.cc (check_access): Use user.imp_token if appropriate.
|
* 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>
|
2010-02-26 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* strsig.cc
|
/* strsig.cc
|
||||||
|
|
||||||
Copyright 2004 Red Hat, Inc.
|
Copyright 2004, 2007, 2008, 2010 Red Hat, Inc.
|
||||||
|
|
||||||
This file is part of Cygwin.
|
This file is part of Cygwin.
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@ struct sigdesc
|
||||||
_s(SIGVTALRM, "Virtual timer expired"), /* 26 */ \
|
_s(SIGVTALRM, "Virtual timer expired"), /* 26 */ \
|
||||||
_s(SIGPROF, "Profiling timer expired"), /* 27 */ \
|
_s(SIGPROF, "Profiling timer expired"), /* 27 */ \
|
||||||
_s(SIGWINCH, "Window changed"), /* 28 */ \
|
_s(SIGWINCH, "Window changed"), /* 28 */ \
|
||||||
_s2(SIGPWR, "Power failure", /* 29 */ \
|
_s2(SIGPWR, "Power failure", /* 29 */ \
|
||||||
SIGLOST, "Resource lost"), \
|
SIGLOST, "Resource lost"), \
|
||||||
_s(SIGUSR1, "User defined signal 1"), /* 30 */ \
|
_s(SIGUSR1, "User defined signal 1"), /* 30 */ \
|
||||||
_s(SIGUSR2, "User defined signal 2"), /* 31 */ \
|
_s(SIGUSR2, "User defined signal 2"), /* 31 */ \
|
||||||
|
|
Loading…
Reference in New Issue