Module Name: src
Committed By: christos
Date: Thu Feb 2 18:01:16 UTC 2017
Modified Files:
src/sys/sys: socketvar.h
Log Message:
declare sockaddr_big;
To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 src/sys/sys/socketvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/socketvar.h
diff -u src/sys/sys/socketvar.h:1.142 src/sys/sys/socketvar.h:1.143
--- src/sys/sys/socketvar.h:1.142 Thu Feb 2 10:37:42 2017
+++ src/sys/sys/socketvar.h Thu Feb 2 13:01:16 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: socketvar.h,v 1.142 2017/02/02 15:37:42 christos Exp $ */
+/* $NetBSD: socketvar.h,v 1.143 2017/02/02 18:01:16 christos Exp $ */
/*-
* Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -247,6 +247,7 @@ struct lwp;
struct msghdr;
struct stat;
struct knote;
+struct sockaddr_big;
struct mbuf *getsombuf(struct socket *, int);