summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2009-06-11 08:11:54 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2009-06-11 08:11:54 +0000
commit5008875f08ba2f4e5d297a6a25878ef545501ba6 (patch)
tree68d0011e8927ef8eb55c06663c7ddc769f196a13
parentab4e4f2b30d9d9ad0e11755851a2c8c9ba56df02 (diff)
tab indent SO_RDOMAIN, like all the other SO_* defines.
-rw-r--r--sys/sys/socket.h4
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.