blob: f0cd7bd69e30479827454f027164424b02c455e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-perm.c,v 1.1 2012/11/23 12:31:05 joerg Exp $
--- perm.c.orig 2012-11-21 16:06:25.000000000 +0000
+++ perm.c
@@ -273,7 +273,7 @@ void flush_disk()
}
-int release_lastbind(hp)
+void release_lastbind(hp)
struct host *hp;
{
struct lastbind *b,t;
|