mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 06:26:12 -04:00
14 lines
282 B
C
14 lines
282 B
C
$NetBSD: patch-dlcommon.h,v 1.1 2013/03/30 22:28:55 tron Exp $
|
|
|
|
Fix build problem under Solaris.
|
|
|
|
--- dlcommon.h.orig Sat Jun 7 00:42:34 2003
|
|
+++ dlcommon.h Sat Mar 30 23:23:44 2013
|
|
@@ -32,6 +32,5 @@
|
|
/*
|
|
* externs go here
|
|
*/
|
|
-extern void sigalrm();
|
|
|
|
#endif /* !DLCOMMON_H */
|