Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/pgoyette-compat]: src/sys/compat/common Typo in function declaration.



details:   https://anonhg.NetBSD.org/src/rev/2606affe1f33
branches:  pgoyette-compat
changeset: 830370:2606affe1f33
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Mar 06 22:46:41 2018 +0000

description:
Typo in function declaration.

diffstat:

 sys/compat/common/uipc_syscalls_40.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r a8866cb59361 -r 2606affe1f33 sys/compat/common/uipc_syscalls_40.c
--- a/sys/compat/common/uipc_syscalls_40.c      Tue Mar 06 10:37:41 2018 +0000
+++ b/sys/compat/common/uipc_syscalls_40.c      Tue Mar 06 22:46:41 2018 +0000
@@ -1,9 +1,9 @@
-/*     $NetBSD: uipc_syscalls_40.c,v 1.15.2.1 2018/03/06 05:46:06 pgoyette Exp $       */
+/*     $NetBSD: uipc_syscalls_40.c,v 1.15.2.2 2018/03/06 22:46:41 pgoyette Exp $       */
 
 /* written by Pavel Cahyna, 2006. Public domain. */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uipc_syscalls_40.c,v 1.15.2.1 2018/03/06 05:46:06 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uipc_syscalls_40.c,v 1.15.2.2 2018/03/06 22:46:41 pgoyette Exp $");
 
 /*
  * System call interface to the socket abstraction.
@@ -153,7 +153,7 @@
 #endif
 #if defined(COMPAT_40)
 static int (*orig_compat_ifconf)(u_long, void *);
-static void (*orig_compat_ifconf(u_long, void *);
+static int (*orig_compat_ifconf)(u_long, void *);
  
 void      
 if_40_init(void)



Home | Main Index | Thread Index | Old Index