diff options
author | 1995-11-05 10:27:30 +0000 | |
---|---|---|
committer | 1995-11-05 10:27:30 +0000 | |
commit | 62d4b19ec139134476609fbf2e9f0d59f69d320a (patch) | |
tree | f5836aa730828523794b838adf0ee3ba95f39d77 | |
parent | can map pixels in VME32 space (diff) | |
download | wireguard-openbsd-62d4b19ec139134476609fbf2e9f0d59f69d320a.tar.xz wireguard-openbsd-62d4b19ec139134476609fbf2e9f0d59f69d320a.zip |
Fixed macro name typo in comment.
-rw-r--r-- | sys/compat/sunos/sunos_dirent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/sunos/sunos_dirent.h b/sys/compat/sunos/sunos_dirent.h index bfba3af4f57..ecb2e072cc1 100644 --- a/sys/compat/sunos/sunos_dirent.h +++ b/sys/compat/sunos/sunos_dirent.h @@ -43,4 +43,4 @@ struct sunos_dirent { #define SUNOS_NAMEOFF(dp) ((char *)&(dp)->d_name - (char *)dp) #define SUNOS_RECLEN(de,namlen) ALIGN((SUNOS_NAMEOFF(de) + (namlen) + 1)) -#endif /* !_SVR4_DIRENT_H_ */ +#endif /* !_SUNOS_DIRENT_H_ */ |