From c2d298e4d38d0f5816f1f55e7bbfd2fbf9b5a6aa Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 10 Sep 2002 20:51:38 +0000 Subject: typo; krapht@secureops.com --- sys/sys/socket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/sys/socket.h b/sys/sys/socket.h index 9061f77a118..cbb4021d2b7 100644 --- a/sys/sys/socket.h +++ b/sys/sys/socket.h @@ -1,4 +1,4 @@ -/* $OpenBSD: socket.h,v 1.43 2002/03/15 02:11:01 itojun Exp $ */ +/* $OpenBSD: socket.h,v 1.44 2002/09/10 20:51:37 deraadt Exp $ */ /* $NetBSD: socket.h,v 1.14 1996/02/09 18:25:36 christos Exp $ */ /* @@ -382,7 +382,7 @@ struct cmsghdr { /* "Socket"-level control message types: */ #define SCM_RIGHTS 0x01 /* access rights (array of int) */ -#define SCM_CREDS 0x02 /* credientials (struct sockcred) */ +#define SCM_CREDS 0x02 /* credentials (struct sockcred) */ /* * 4.3 compat sockaddr, move to compat file later -- cgit v1.2.3