]> git.proxmox.com Git - qemu.git/blobdiff - bsd-user/signal.c
ahci: Don't allow creating slave drives
[qemu.git] / bsd-user / signal.c
index f953343d0c70f3de6b9e1febf0fdddb2175e29e8..445f69e83e774ff70b4803d62ac05f9d1a0d278a 100644 (file)
@@ -14,8 +14,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 #include <stdlib.h>
 #include <stdio.h>
@@ -34,6 +33,6 @@ void signal_init(void)
 {
 }
 
-void process_pending_signals(CPUState *cpu_env)
+void process_pending_signals(CPUArchState *cpu_env)
 {
 }