Module Name: src
Committed By: christos
Date: Fri May 4 08:35:07 UTC 2018
Modified Files:
src/sys/sys: socketvar.h
Log Message:
undo extra sbtimestamp argument.
To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 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.154 src/sys/sys/socketvar.h:1.155
--- src/sys/sys/socketvar.h:1.154 Fri May 4 04:33:43 2018
+++ src/sys/sys/socketvar.h Fri May 4 04:35:07 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: socketvar.h,v 1.154 2018/05/04 08:33:43 christos Exp $ */
+/* $NetBSD: socketvar.h,v 1.155 2018/05/04 08:35:07 christos Exp $ */
/*-
* Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -283,7 +283,7 @@ struct mbuf *
struct mbuf *
sbcreatecontrol1(void **, int, int, int, int);
struct mbuf **
- sbsavetimestamp(int, struct mbuf *, struct mbuf **);
+ sbsavetimestamp(int, struct mbuf **);
void sbdrop(struct sockbuf *, int);
void sbdroprecord(struct sockbuf *);
void sbflush(struct sockbuf *);