diff options
-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. |