summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavem <davem@openbsd.org>1995-11-05 10:27:30 +0000
committerdavem <davem@openbsd.org>1995-11-05 10:27:30 +0000
commit62d4b19ec139134476609fbf2e9f0d59f69d320a (patch)
treef5836aa730828523794b838adf0ee3ba95f39d77
parentcan map pixels in VME32 space (diff)
downloadwireguard-openbsd-62d4b19ec139134476609fbf2e9f0d59f69d320a.tar.xz
wireguard-openbsd-62d4b19ec139134476609fbf2e9f0d59f69d320a.zip
Fixed macro name typo in comment.
-rw-r--r--sys/compat/sunos/sunos_dirent.h2
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_ */