Module Name: src
Committed By: christos
Date: Sun Mar 18 15:42:37 UTC 2018
Modified Files:
src/sys/sys: socketvar.h
Log Message:
remove extra function.
To generate a diff of this commit:
cvs rdiff -u -r1.149 -r1.150 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.149 src/sys/sys/socketvar.h:1.150
--- src/sys/sys/socketvar.h:1.149 Sun Mar 18 11:32:48 2018
+++ src/sys/sys/socketvar.h Sun Mar 18 11:42:37 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: socketvar.h,v 1.149 2018/03/18 15:32:48 christos Exp $ */
+/* $NetBSD: socketvar.h,v 1.150 2018/03/18 15:42:37 christos Exp $ */
/*-
* Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -301,7 +301,6 @@ int sofamily(const struct socket *);
int sobind(struct socket *, struct sockaddr *, struct lwp *);
void socantrcvmore(struct socket *);
void socantsendmore(struct socket *);
-void soroverflow(struct socket *);
int soclose(struct socket *);
int soconnect(struct socket *, struct sockaddr *, struct lwp *);
int soconnect2(struct socket *, struct socket *);