* strsig.cc: Fix formatting and copyright.
This commit is contained in:
		| @@ -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> | ||||
|  | ||||
|   | ||||
| @@ -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 */ \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user