From a08047d21cfbd2cf8ad0d1e63eefbce7a4004b57 Mon Sep 17 00:00:00 2001 From: christos Date: Sat, 15 Mar 2008 19:02:49 +0000 Subject: [PATCH] Update alignment comment. --- sys/sys/dirent.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/sys/dirent.h b/sys/sys/dirent.h index 44ae3ef8bfec..597c2bd029c8 100644 --- a/sys/sys/dirent.h +++ b/sys/sys/dirent.h @@ -1,4 +1,4 @@ -/* $NetBSD: dirent.h,v 1.23 2005/12/26 18:41:36 perry Exp $ */ +/* $NetBSD: dirent.h,v 1.24 2008/03/15 19:02:49 christos Exp $ */ /*- * Copyright (c) 1989, 1993 @@ -42,9 +42,9 @@ * * A directory entry has a struct dirent at the front of it, containing its * inode number, the length of the entry, and the length of the name - * contained in the entry. These are followed by the name padded to a 4 - * byte boundary with null bytes. All names are guaranteed null terminated. - * The maximum length of a name in a directory is MAXNAMLEN. + * contained in the entry. These are followed by the name padded to + * _DIRENT_ALIGN() byte boundary with null bytes. All names are guaranteed + * NUL terminated. The maximum length of a name in a directory is MAXNAMLEN. */ struct dirent { ino_t d_fileno; /* file number of entry */