Module Name: src
Committed By: christos
Date: Fri Mar 16 17:35:13 UTC 2018
Modified Files:
src/sys/sys: socketvar.h
Log Message:
remove timestamping diff that should have not been committed.
To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 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.147 src/sys/sys/socketvar.h:1.148
--- src/sys/sys/socketvar.h:1.147 Fri Mar 16 13:25:04 2018
+++ src/sys/sys/socketvar.h Fri Mar 16 13:35:13 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: socketvar.h,v 1.147 2018/03/16 17:25:04 christos Exp $ */
+/* $NetBSD: socketvar.h,v 1.148 2018/03/16 17:35:13 christos Exp $ */
/*-
* Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -253,9 +253,8 @@ enum uio_seg;
struct mbuf *getsombuf(struct socket *, int);
-#define SOOPT_TIMESTAMP(o) \
- ((o) & (SO_TIMESTAMP | 0x400 /*SO_OTIMESTAMP*/ | \
- SO_TIMESTAMPNS | SO_TIMESTAMPING))
+/* 0x400 is SO_OTIMESTAMP */
+#define SOOPT_TIMESTAMP(o) ((o) & (SO_TIMESTAMP | 0x400))
/*
* File operations on sockets.