summaryrefslogtreecommitdiff
path: root/games/netmaj/patches/patch-aj
diff options
context:
space:
mode:
authorjoerg <joerg>2013-02-26 10:29:34 +0000
committerjoerg <joerg>2013-02-26 10:29:34 +0000
commit5090acfa93fc74670f67c35eb2c138b8d2aa98e9 (patch)
tree478d67bfbc0746251c67ce1875a78fa30ae28a45 /games/netmaj/patches/patch-aj
parentc9a43c695c7450244329a2c842e08634014bcfde (diff)
downloadpkgsrc-5090acfa93fc74670f67c35eb2c138b8d2aa98e9.tar.gz
Fix return types.
Diffstat (limited to 'games/netmaj/patches/patch-aj')
-rw-r--r--games/netmaj/patches/patch-aj8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/netmaj/patches/patch-aj b/games/netmaj/patches/patch-aj
index 7e7a6a3352b..44c49df681c 100644
--- a/games/netmaj/patches/patch-aj
+++ b/games/netmaj/patches/patch-aj
@@ -1,8 +1,8 @@
-$NetBSD: patch-aj,v 1.1 2004/01/23 19:05:45 agc Exp $
+$NetBSD: patch-aj,v 1.2 2013/02/26 10:29:34 joerg Exp $
---- log.c 2004/01/23 18:57:54 1.1
-+++ log.c 2004/01/23 18:58:33
-@@ -31,7 +31,7 @@
+--- log.c.orig 1996-07-31 08:06:02.000000000 +0000
++++ log.c
+@@ -31,7 +31,7 @@ char *pai2str(n) pai_t n; {
return pai_strings[n];
}