Be consistent about regparm. Bump revision.
This commit is contained in:
parent
fc05a30d07
commit
de3e730903
3 changed files with 17 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.9 2012/10/03 00:02:35 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2015/02/23 18:18:42 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= emech-3.0.2
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= chat
|
||||
MASTER_SITES= http://www.energymech.net/files/
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.5 2009/12/17 21:34:19 abs Exp $
|
||||
$NetBSD: distinfo,v 1.6 2015/02/23 18:18:42 joerg Exp $
|
||||
|
||||
SHA1 (emech-3.0.2.tar.gz) = f74a07136cf6b672b496564c4838e12246f25c0a
|
||||
RMD160 (emech-3.0.2.tar.gz) = 2c4bed99dc200afd3636cae948eea193a85e65c2
|
||||
Size (emech-3.0.2.tar.gz) = 229907 bytes
|
||||
SHA1 (patch-src_channel.c) = 2499c5ef15d2d05349ae87f540b31c9cc66721cf
|
||||
|
|
13
chat/emech/patches/patch-src_channel.c
Normal file
13
chat/emech/patches/patch-src_channel.c
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-src_channel.c,v 1.1 2015/02/23 18:18:42 joerg Exp $
|
||||
|
||||
--- src/channel.c.orig 2015-02-23 10:56:23.000000000 +0000
|
||||
+++ src/channel.c
|
||||
@@ -58,7 +58,7 @@ void check_idlekick(void)
|
||||
}
|
||||
}
|
||||
|
||||
-__attr (CORE_SEG, regparm(2))
|
||||
+__attr (CORE_SEG, __regparm(2))
|
||||
Chan *find_channel(char *name, int anychannel)
|
||||
{
|
||||
Chan *chan;
|
Loading…
Reference in a new issue