diff options
author | 2009-06-11 08:11:53 +0000 | |
---|---|---|
committer | 2009-06-11 08:11:53 +0000 | |
commit | 6b0d395d3d6ab6e4f58716f222a1af247a454538 (patch) | |
tree | bda58023850e193bd2137087f2d8fba56ce2d8c5 | |
parent | remove dead assignment and newly created unused variable. (diff) | |
download | wireguard-openbsd-6b0d395d3d6ab6e4f58716f222a1af247a454538.tar.xz wireguard-openbsd-6b0d395d3d6ab6e4f58716f222a1af247a454538.zip |
tab indent SO_RDOMAIN, like all the other SO_* defines.
-rw-r--r-- | sys/sys/socket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/socket.h b/sys/sys/socket.h index 771bc58ec37..4b0bec17837 100644 --- a/sys/sys/socket.h +++ b/sys/sys/socket.h @@ -1,4 +1,4 @@ -/* $OpenBSD: socket.h,v 1.60 2009/06/05 00:05:22 claudio Exp $ */ +/* $OpenBSD: socket.h,v 1.61 2009/06/11 08:11:53 jsg Exp $ */ /* $NetBSD: socket.h,v 1.14 1996/02/09 18:25:36 christos Exp $ */ /* @@ -85,7 +85,7 @@ #define SO_ERROR 0x1007 /* get error status and clear */ #define SO_TYPE 0x1008 /* get socket type */ #define SO_NETPROC 0x1020 /* multiplex; network processing */ -#define SO_RDOMAIN 0x1021 /* routing domain socket belongs to */ +#define SO_RDOMAIN 0x1021 /* routing domain socket belongs to */ /* * Structure used for manipulating linger option. |