mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
16 lines
288 B
Plaintext
16 lines
288 B
Plaintext
$NetBSD: patch-src_dolock_c,v 1.1 2012/05/10 20:53:30 dholland Exp $
|
|
|
|
- declare void functions void
|
|
|
|
--- src/dolock.c~ 2012-05-10 19:12:43.000000000 +0000
|
|
+++ src/dolock.c
|
|
@@ -455,7 +455,7 @@ char *filespec; /* filespec to unlock *
|
|
}
|
|
|
|
#else
|
|
-dolhello()
|
|
+VOID dolhello()
|
|
{
|
|
}
|
|
#endif
|