summaryrefslogtreecommitdiff
path: root/games/maelstrom-x11/patches/patch-ak
blob: 81e13a0ebc2ea648112467389d1f8a925f1623a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ak,v 1.1 2005/12/30 22:41:27 joerg Exp $

--- myerror.h.orig	2005-12-30 22:18:47.000000000 +0000
+++ myerror.h
@@ -8,7 +8,5 @@ extern void error(char *fmt, ...);
 extern void mesg(char *fmt, ...);
 extern void myperror(char *msg);
 
-#define perror(msg)	myperror(msg)
-
 #endif /* _myerror_h */