From 4c253324ab0436285bc5a8a601a849aae61576ce Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 31 Jan 1999 09:40:14 +0000 Subject: [PATCH] Fixed smashed tabs and inconstent comment style in previous commit. --- sys/sys/socketvar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/socketvar.h b/sys/sys/socketvar.h index ac05e73feaf4..58e8be3b2be0 100644 --- a/sys/sys/socketvar.h +++ b/sys/sys/socketvar.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)socketvar.h 8.3 (Berkeley) 2/19/95 - * $Id: socketvar.h,v 1.33 1999/01/25 16:58:56 fenner Exp $ + * $Id: socketvar.h,v 1.34 1999/01/30 06:26:35 newton Exp $ */ #ifndef _SYS_SOCKETVAR_H_ @@ -108,7 +108,7 @@ struct socket { uid_t so_uid; /* who opened the socket */ /* NB: generation count must not be first; easiest to make it last. */ so_gen_t so_gencnt; /* generation count */ - void *so_emuldata; /* Private data for emulators */ + void *so_emuldata; /* private data for emulators */ }; /*